Skip to content

Commit

Permalink
Merge pull request #126 from Maxim-Mazurok/patch-1
Browse files Browse the repository at this point in the history
Fix submit/cancel typo
  • Loading branch information
Yuvaleros authored Apr 15, 2020
2 parents 758aa31 + 2943c34 commit abb2c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ export default class DropzoneDialogExample extends Component {
| dialogTitle | String | true | Sets dialog title.
| dialogProps | Object | {} | Props to pass to the Material-ui Dialog component
| dropzoneText | String | true | Sets dropzone text.
| cancelButtonText | String | true | Sets submit button text in dialog.
| submitButtonText | String | true | Sets cancel button text in dialog.
| cancelButtonText | String | true | Sets cancel button text in dialog.
| submitButtonText | String | true | Sets submit button text in dialog.
| acceptedFiles | Array |\['image/\*', 'video/\*', 'application/\*'] | A list of file mime types to accept. Does support wildcards.
| filesLimit | Number | 3 | Maximum number of files that can be loaded into the dropzone
| maxFileSize | Number | 3000000 | Maximum file size (in bytes) that the dropzone will accept
Expand Down

0 comments on commit abb2c7e

Please sign in to comment.