diff --git a/components/drag-and-drop/index.tsx b/components/drag-and-drop/index.tsx index 646bc52..90aad9f 100644 --- a/components/drag-and-drop/index.tsx +++ b/components/drag-and-drop/index.tsx @@ -182,6 +182,7 @@ const DragAndDrop = ({ onFile, onGenerate, onError }: DragAndDropProps) => { onDrop, accept: Object.keys(ACCEPT_MIME_TYPES), maxSize: ONE_MB, + multiple: false, }) const onCopy = () => {