Преглед изворни кода

example: disable autoproceed in redux example

Renée Kooi пре 7 година
родитељ
комит
d3498e1859
1 измењених фајлова са 1 додато и 0 уклоњено
  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,