Skip to content

Commit cf0a1d5

Browse files
committed
'update'
1 parent 73b8d9f commit cf0a1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/form/components/SelectModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const props = defineProps({
3333
},
3434
getCheckboxProps: {
3535
type: Function,
36-
default: () => ({ props: {} }),
36+
default: () => ({}),
3737
},
3838
});
3939

0 commit comments

Comments
 (0)