From b4f9215fd452260ebd846b1873b09440a3fb1e0f Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:13:19 +0100 Subject: [PATCH] fix(control): could not upload odp files --- shared/supported_file_types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/supported_file_types.json b/shared/supported_file_types.json index 18df12e..b69283f 100644 --- a/shared/supported_file_types.json +++ b/shared/supported_file_types.json @@ -25,7 +25,7 @@ }, ".odp": { "display_name": "ODP", - "mime_type": "application/vnd.oasis.opendocument.presentation" + "mime_type": ".odp" }, ".pdf": { "display_name": "PDF",