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

sonarqube bug fix

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