Skip to content

Commit

Permalink
Update FileUploadBase.js (#4295)
Browse files Browse the repository at this point in the history
fix typo in prop
  • Loading branch information
tysky authored Apr 27, 2023
1 parent 01b42e0 commit d423f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/fileupload/FileUploadBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const FileUploadBase = {
invalidFileSizeMessageDetail: 'maximum upload size is {0}.',
style: null,
className: null,
widthCredentials: false,
withCredentials: false,
previewWidth: 50,
chooseLabel: null,
uploadLabel: null,
Expand Down

0 comments on commit d423f87

Please sign in to comment.