Merge branch 'bugfix' of https://github.com/siiddhantt/DocsGPT into bugfix

This commit is contained in:
Siddhant Rai
2024-04-10 12:11:51 +05:30
23 changed files with 542 additions and 294 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,