From 1bda7f20f113737f4af32495e7ff24f6022dc283 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 24 Sep 2025 08:01:37 +0000 Subject: (최겸) 구매 피드백 반영(품목 납기일 일괄설정, 마감일 기본값 설정 등) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/rfq-last/attachment/vendor-response-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rfq-last/attachment') 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 { -- cgit v1.2.3