diff options
Diffstat (limited to 'lib/vendor-document-list/plant/upload/table.tsx')
| -rw-r--r-- | lib/vendor-document-list/plant/upload/table.tsx | 2 |
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("커버 페이지 다운로드를 시작했습니다."); |
