Skip to content

Commit

Permalink
Feat: #167 일정 파일 삭제 기능 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Sep 29, 2024
1 parent 7896d6f commit 6bde1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/FileDropZone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function FileDropZone({
className="text-close"
onClick={(e: React.MouseEvent<HTMLOrSVGElement>) => {
e.preventDefault();
handleFileDeleteClick(id);
handleFileDeleteClick(fileId.toString());
}}
/>
</li>
Expand Down

0 comments on commit 6bde1a7

Please sign in to comment.