Skip to content

Commit

Permalink
feat: refactor BaseInputFileHeadless.vue: update props initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent dc46a21 commit 3c2023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/BaseInputFileHeadless.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const props = withDefaults(
filterFileDropped?: (file: File) => boolean
}>(),
{
id: undefined,
modelValue: undefined,
id: undefined,
filterFileDropped: () => true,
},
)
Expand Down

0 comments on commit 3c2023f

Please sign in to comment.