Browse Source

website: Fix autoProceed value in i18n example

Renée Kooi 6 years ago
parent
commit
d02f4ad4fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/src/examples/i18n/app.html

+ 1 - 1
website/src/examples/i18n/app.html

@@ -8,7 +8,7 @@ https://transloadit.edgly.net/releases/uppy/v0.27.0/dist/uppy.min.css -->
 https://transloadit.edgly.net/releases/uppy/v0.27.0/dist/uppy.min.js -->
 <script src="/uppy/uppy.min.js"></script>
 <script>
-  var uppy = Uppy.Core({ debug: true });
+  var uppy = Uppy.Core({ debug: true, autoProceed: true });
   uppy.use(Uppy.DragDrop, {
     target: '.UppyDragDrop',
     locale: {