Skip to content

Commit

Permalink
feat: rework prop order in BaseFullscreenDropfile.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Dec 18, 2023
1 parent 2f6dfb8 commit 39d3ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/form/BaseFullscreenDropfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const props = withDefaults(
filterFileDropped?: (file: File) => boolean
}>(),
{
icon: '',
label: 'Drop your files',
icon: '',
filterFileDropped: () => true,
},
)
Expand Down

0 comments on commit 39d3ea1

Please sign in to comment.