From ab6e2523baf4d1db1376f51643a34c368b1b5538 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Mon, 3 Nov 2025 20:10:58 +0900 Subject: (김준회) 커버페이지 다운로드 파일명 하드코딩 확장자 문제 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/vendor-document-list/plant/upload/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vendor-document-list') diff --git a/lib/vendor-document-list/plant/upload/table.tsx b/lib/vendor-document-list/plant/upload/table.tsx index 2edd9717..ba924853 100644 --- a/lib/vendor-document-list/plant/upload/table.tsx +++ b/lib/vendor-document-list/plant/upload/table.tsx @@ -191,7 +191,7 @@ export function StageSubmissionsTable({ promises, selectedProjectId }: StageSubm const { fileUrl, fileName } = await res.json(); // quickDownload 사용 - quickDownload(fileUrl, fileName || `${projectCode}_cover.docx`); + quickDownload(fileUrl, fileName || `${projectCode}_cover.pdf`); toast.success("커버 페이지 다운로드를 시작했습니다."); -- cgit v1.2.3