Skip to content

Commit d1755dc

Browse files
gmn3DSaothms
authored andcommitted
Update Dz.js
fix typo in argument declaration, renaming maxFileSize to maxFilesize for Dropzone component according to documentation https://docs.dropzone.dev/configuration/basics/configuration-options
1 parent 70a028c commit d1755dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/Dz.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Dz() {
3737
acceptedFiles: ".ifc",
3838
parallelUploads: 100,
3939
maxFiles: 100,
40-
maxFileSize: MAX_FILE_SIZE_IN_MB,
40+
maxFilesize: MAX_FILE_SIZE_IN_MB,
4141
autoProcessQueue: false,
4242
addRemoveLinks: true,
4343
withCredentials: true,

0 commit comments

Comments
 (0)