Merge pull request #917 from arc53/multiple-uploads

Multiple file upload
This commit is contained in:
Alex
2024-04-09 18:13:52 +01:00
committed by GitHub
3 changed files with 67 additions and 27 deletions

View File

@@ -201,7 +201,7 @@ export default function Upload({
const { getRootProps, getInputProps, isDragActive } = useDropzone({
onDrop,
multiple: false,
multiple: true,
onDragEnter: doNothing,
onDragOver: doNothing,
onDragLeave: doNothing,