From 92eda21e45d902663052575aaa4c4f80bfa2faea Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 4 Aug 2025 09:36:14 +0000 Subject: (대표님) 벤더 문서 변경사항, data-table 변경, sync 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ship-vendor-document/new-revision-dialog.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components/ship-vendor-document/new-revision-dialog.tsx') diff --git a/components/ship-vendor-document/new-revision-dialog.tsx b/components/ship-vendor-document/new-revision-dialog.tsx index 8ca6d533..68c7a946 100644 --- a/components/ship-vendor-document/new-revision-dialog.tsx +++ b/components/ship-vendor-document/new-revision-dialog.tsx @@ -61,7 +61,10 @@ const ACCEPTED_FILE_TYPES = [ 'image/gif', 'text/plain', 'application/zip', - 'application/x-zip-compressed' + 'application/x-zip-compressed', + // Presentations (added) + 'application/vnd.ms-powerpoint', // .ppt + 'application/vnd.openxmlformats-officedocument.presentationml.presentation', // .pptx ] // drawingKind에 따른 동적 스키마 생성 -- cgit v1.2.3