diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 08:01:37 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-24 08:01:37 +0000 |
| commit | 1bda7f20f113737f4af32495e7ff24f6022dc283 (patch) | |
| tree | adc6e61ff9b546b277804c82bc6ca24db0347fd6 /lib/rfq-last/attachment/vendor-response-table.tsx | |
| parent | 4fe733d7d9d3d873fa395133e9a42cf9fc8c44dc (diff) | |
(최겸) 구매 피드백 반영(품목 납기일 일괄설정, 마감일 기본값 설정 등)
Diffstat (limited to 'lib/rfq-last/attachment/vendor-response-table.tsx')
| -rw-r--r-- | lib/rfq-last/attachment/vendor-response-table.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/attachment/vendor-response-table.tsx b/lib/rfq-last/attachment/vendor-response-table.tsx index f9388752..8be5210f 100644 --- a/lib/rfq-last/attachment/vendor-response-table.tsx +++ b/lib/rfq-last/attachment/vendor-response-table.tsx @@ -43,7 +43,7 @@ import type { DataTableRowAction, } from "@/types/table"; import { cn } from "@/lib/utils"; -import { getRfqVendorAttachments } from "@/lib/rfq-last/service"; +import { getRfqVendorAttachments, updateAttachmentTypes } from "@/lib/rfq-last/service"; import { downloadFile } from "@/lib/file-download"; import { toast } from "sonner"; import { |
