From ed0ca33ab2ec07d2e66cd2734c642eb8866ecf13 Mon Sep 17 00:00:00 2001 From: Seok93 Date: Fri, 27 Sep 2024 21:54:11 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20#115=20FileDropZone=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20props=20=EB=B3=80=EA=B2=BD?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20=EC=BD=94=EB=93=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modal/task/UpdateModalTask.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/modal/task/UpdateModalTask.tsx b/src/components/modal/task/UpdateModalTask.tsx index e67fac05..c13d52a4 100644 --- a/src/components/modal/task/UpdateModalTask.tsx +++ b/src/components/modal/task/UpdateModalTask.tsx @@ -193,6 +193,7 @@ export default function UpdateModalTask({ project, taskId, onClose: handleClose id="files" label="첨부파일" files={taskFileList} + accept=".jpg, .jpeg, .png, .svg, .webp, .pdf, .txt, .doc, .docx, .xls, .xlsx, .ppt, .pptx, .hwp, .zip, .rar, .7z, .alz, .egg" onFileChange={handleFileChange} onFileDrop={handleFileDrop} onFileDeleteClick={handleFileDeleteClick}