Skip to content

Commit

Permalink
provide default value for CollectionCreator prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Jan 13, 2025
1 parent c85d13a commit c08111e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const props = withDefaults(defineProps<Props>(), {
extensions: undefined,
extensionsToggle: false,
showUpload: true,
collectionType: undefined,
});
const emit = defineEmits<{
Expand Down

0 comments on commit c08111e

Please sign in to comment.