From e337123cfd5d98a61520e2f0147433aa705ceac8 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 5 Jun 2022 11:01:37 +0200 Subject: [PATCH] fix: Add application/x-zip-compressed as acceptable mimetype for bulk import upload related #3632 --- app/scenes/Settings/components/DropToImport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scenes/Settings/components/DropToImport.tsx b/app/scenes/Settings/components/DropToImport.tsx index 0a39effae..47901dedc 100644 --- a/app/scenes/Settings/components/DropToImport.tsx +++ b/app/scenes/Settings/components/DropToImport.tsx @@ -72,7 +72,7 @@ function DropToImport({ disabled, onSubmit, children, format }: Props) { <> {isImporting && }