Skip to content

Commit

Permalink
Merge pull request #486 from OneArmyWorld/master
Browse files Browse the repository at this point in the history
fix upload file restriction
  • Loading branch information
chrismclarke authored May 9, 2019
2 parents 06ad863 + 36c6b9c commit 8095819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FileInput/UppyConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const UPPY_CONFIG: Partial<Uppy.UppyOptions> = {
maxFileSize: 5000000,
maxNumberOfFiles: 5,
minNumberOfFiles: null,
allowedFileTypes: ['*'],
allowedFileTypes: null,
},
locale: {
strings: {
Expand Down

0 comments on commit 8095819

Please sign in to comment.