Skip to content

Commit

Permalink
update dropzone config
Browse files Browse the repository at this point in the history
  • Loading branch information
huytran17 committed Jun 5, 2024
1 parent a726155 commit 7eb75f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/admin-dashboard/mixins/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export default {
addRemoveLinks: true,
maxFiles: 1,
withCredentials: true,
acceptedFiles: ["image/*"],
};
},
},
Expand Down
1 change: 1 addition & 0 deletions core/user-dashboard/mixins/dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default {
addRemoveLinks: true,
maxFiles: 1,
withCredentials: true,
acceptedFiles: ["image/*"],
};
},
},
Expand Down

0 comments on commit 7eb75f3

Please sign in to comment.