From efde0eb76b0edcf2a49dc125bc49a783f4ddbde7 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 9 Aug 2021 20:34:04 +0700 Subject: [PATCH] Disable box (#3087) --- website/themes/uppy/layout/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/uppy/layout/index.ejs b/website/themes/uppy/layout/index.ejs index 11450dfbb..dc5aaffbf 100644 --- a/website/themes/uppy/layout/index.ejs +++ b/website/themes/uppy/layout/index.ejs @@ -209,7 +209,7 @@ .use(Uppy.GoogleDrive, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) .use(Uppy.Instagram, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) .use(Uppy.Dropbox, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) - .use(Uppy.Box, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) + // .use(Uppy.Box, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) .use(Uppy.Facebook, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) .use(Uppy.OneDrive, { target: Uppy.Dashboard, companionUrl: COMPANION_ENDPOINT }) .use(Uppy.Webcam, { target: Uppy.Dashboard })