Skip to content

Commit

Permalink
Update components/shared/DropUpload.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo authored Aug 18, 2023
1 parent 618e03a commit 54da8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/DropUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const props = defineProps({
'Drop your NFT here or click to upload or simply paste image from clipboard',
},
icon: { type: String, default: 'upload' },
required: { type: Boolean, default: true },
required: { type: Boolean, default: false },
expanded: { type: Boolean },
preview: { type: Boolean },
accept: { type: Boolean },
Expand Down

0 comments on commit 54da8ea

Please sign in to comment.