summaryrefslogtreecommitdiff
path: root/lib/vendor-document-list/plant/upload
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-03 20:10:58 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-03 20:10:58 +0900
commitab6e2523baf4d1db1376f51643a34c368b1b5538 (patch)
treeec4fbf67b910d8c5c5412678a3bfd9afe894b3ce /lib/vendor-document-list/plant/upload
parentfd9ffaaa01d79910f82c7c821b03966afed5f939 (diff)
(김준회) 커버페이지 다운로드 파일명 하드코딩 확장자 문제 수정
Diffstat (limited to 'lib/vendor-document-list/plant/upload')
-rw-r--r--lib/vendor-document-list/plant/upload/table.tsx2
1 files changed, 1 insertions, 1 deletions
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("커버 페이지 다운로드를 시작했습니다.");