Multiple uploads

This commit is contained in:
Pavel
2024-04-09 19:56:07 +04:00
parent e07df29ab9
commit 7a02df5588
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,