mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
example: disable autoproceed in redux example
This commit is contained in:
parent
e9e0578184
commit
d3498e1859
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ document.querySelector('#incrementAsync').onclick = () => {
|
|||
|
||||
// Uppy using the same store
|
||||
const uppy = Uppy({
|
||||
autoProceed: false,
|
||||
id: 'redux',
|
||||
store: uppyReduxStore({ store: store }),
|
||||
// If we had placed our `reducer` elsewhere in Redux, eg. under an `uppy` key in the state for a profile page,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue