mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 10:18:40 +00:00
Set autoProceed: false by default
This commit is contained in:
parent
944cbdf382
commit
bbf6c0893f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Uppy {
|
|||
// set default options
|
||||
const defaultOptions = {
|
||||
id: 'uppy',
|
||||
autoProceed: true,
|
||||
autoProceed: false,
|
||||
debug: false,
|
||||
restrictions: {
|
||||
maxFileSize: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue