Artur Paikin 3 роки тому
батько
коміт
72810525f5
1 змінених файлів з 7 додано та 7 видалено
  1. 7 7
      website/src/examples/dashboard/app.es6

+ 7 - 7
website/src/examples/dashboard/app.es6

@@ -150,13 +150,13 @@ function uppySetOptions () {
     window.uppy.removePlugin(zoomInstance)
   }
 
-  const boxInstance = window.uppy.getPlugin('Box')
-  if (opts.Box && !boxInstance) {
-    window.uppy.use(Box, { target: Dashboard, companionUrl: COMPANION })
-  }
-  if (!opts.Box && boxInstance) {
-    window.uppy.removePlugin(boxInstance)
-  }
+//   const boxInstance = window.uppy.getPlugin('Box')
+//   if (opts.Box && !boxInstance) {
+//     window.uppy.use(Box, { target: Dashboard, companionUrl: COMPANION })
+//   }
+//   if (!opts.Box && boxInstance) {
+//     window.uppy.removePlugin(boxInstance)
+//   }
 
   const webcamInstance = window.uppy.getPlugin('Webcam')
   if (opts.Webcam && !webcamInstance) {