diff --git a/src/pages/gallery/components/CollectionDropZone.tsx b/src/pages/gallery/components/CollectionDropZone.tsx index 6b5c34641..7993f79b4 100644 --- a/src/pages/gallery/components/CollectionDropZone.tsx +++ b/src/pages/gallery/components/CollectionDropZone.tsx @@ -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,