Skip to content
Snippets Groups Projects
Commit 6773e98c authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam :dart:
Browse files

bug fix

parent 8aa88217
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ export default function Dropzone({ currentFolder }) { ...@@ -41,6 +41,7 @@ export default function Dropzone({ currentFolder }) {
function uploadinghelp() { function uploadinghelp() {
const files = acceptedFiles.map((file) => handleUpload(file)) const files = acceptedFiles.map((file) => handleUpload(file))
closeModal() closeModal()
return
} }
function handleUpload(file) { function handleUpload(file) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment