@@ -7,7 +7,8 @@ const ProgressBar = require('@uppy/progress-bar')
const uppyi18n = Uppy({
id: 'uppyi18n',
- debug: true
+ debug: true,
+ autoProceed: true
})
uppyi18n
@@ -8,7 +8,8 @@ const ProgressBar = require('@uppy/progress-bar')
// Initialise Uppy with Drag & Drop
const uppyDragDrop = Uppy({
id: 'uppyDragDrop',
uppyDragDrop