diff --git a/examples/redux/main.js b/examples/redux/main.js index 37e0574aa..f5633d15e 100644 --- a/examples/redux/main.js +++ b/examples/redux/main.js @@ -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,