diff --git a/website/src/examples/dashboard/app.es6 b/website/src/examples/dashboard/app.es6 index 622977319..da2c07588 100644 --- a/website/src/examples/dashboard/app.es6 +++ b/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) {