From 761f928f5bfadf745b70fc253dea4d955e510c18 Mon Sep 17 00:00:00 2001 From: ayush1096 <94839589+ayush1096@users.noreply.github.com> Date: Wed, 15 Dec 2021 21:57:14 +0530 Subject: [PATCH] Update changes for docs Adding one application type for doc: "application/octet-stream" --- src/plugins/msdoc/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/msdoc/index.tsx b/src/plugins/msdoc/index.tsx index 5cd48f8..c0c65d5 100644 --- a/src/plugins/msdoc/index.tsx +++ b/src/plugins/msdoc/index.tsx @@ -26,6 +26,7 @@ const MSDocFTMaps = { docx: [ "docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + "application/octet-stream" ], xls: ["xls", "application/vnd.ms-excel"], xlsx: [