fixed bug dropzone rejecting json file
This commit is contained in:
parent
8e2b37fa78
commit
40f27d0d17
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ const CollectionDropZone = ({
|
|||
onDropAccepted={upload}
|
||||
onDragOver={showModal}
|
||||
onDropRejected={closeModal}
|
||||
noDragEventsBubbling={noDragEventsBubbling}
|
||||
accept="image/*, video/*, application/json "
|
||||
noDragEventsBubbling
|
||||
accept="image/*, video/*, application/json, "
|
||||
>
|
||||
{({
|
||||
getRootProps,
|
||||
|
|
Loading…
Add table
Reference in a new issue