Skip to content

Commit 7a1dd3e

Browse files
authored
Update ModalDropzone.jsx
1 parent 9cd7196 commit 7a1dd3e

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
@@ -130,7 +130,7 @@ ModalDropzone.defaultProps = {
130130
imageHelpText: '',
131131
previewComponent: null,
132132
imageDropzoneText: '',
133-
maxSize: '',
133+
maxSize: 'undefined',
134134
invalidFileSizeMore: '',
135135
onSelectFile: null,
136136
};

0 commit comments

Comments
 (0)