Skip to content

Commit 9105deb

Browse files
authored
Update ModalDropzone.jsx
1 parent 6b60d91 commit 9105deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/modal-dropzone/ModalDropzone.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ModalDropzone.defaultProps = {
129129
imageHelpText: '',
130130
previewComponent: null,
131131
imageDropzoneText: '',
132-
maxSize: undefind,
132+
maxSize: '',
133133
invalidFileSizeMore: '',
134134
onSelectFile: null,
135135
};

0 commit comments

Comments
 (0)