Skip to content

Commit

Permalink
Feat: #115 FileDropZone 컴포넌트 props 변경에 따른 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Sep 27, 2024
1 parent ae1299d commit ed0ca33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modal/task/UpdateModalTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ed0ca33

Please sign in to comment.