Skip to content

Commit dd8399b

Browse files
committed
Adding original content back in ui folder
1 parent 1e2b5a4 commit dd8399b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/ui/dialog/DialogContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const props = defineProps<DialogContentProps & { class?: HTMLAttributes['class']
1616
const emits = defineEmits<DialogContentEmits>();
1717
1818
const delegatedProps = computed(() => {
19-
const { ...delegated } = props;
19+
const { class: _, ...delegated } = props;
2020
2121
return delegated;
2222
});

0 commit comments

Comments
 (0)