Explorar el Código

example: disable autoproceed in redux example

Renée Kooi hace 7 años
padre
commit
d3498e1859
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/redux/main.js

+ 1 - 0
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,