summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx')
-rw-r--r--lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx b/lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx
index fa9be9e3..0593206a 100644
--- a/lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx
+++ b/lib/techsales-rfq/table/tech-sales-rfq-attachments-sheet.tsx
@@ -379,7 +379,7 @@ export function TechSalesRfqAttachmentsSheet({
{existingFields.map((field, index) => {
const typeLabel = attachmentConfig.fileTypeLabel
const sizeText = field.fileSize ? prettyBytes(field.fileSize) : "알 수 없음"
- const dateText = field.createdAt ? formatDate(field.createdAt) : ""
+ const dateText = field.createdAt ? formatDate(field.createdAt, "KR") : ""
return (
<div key={field.id} className="flex items-start justify-between p-3 border rounded-md gap-3">