From 95bbe9c583ff841220da1267630e7b2025fc36dc Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 19 Jun 2025 09:44:28 +0000 Subject: (대표님) 20250619 1844 KST 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/procurement-rfqs/vendor-response/quotation-editor.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/procurement-rfqs/vendor-response/quotation-editor.tsx') diff --git a/lib/procurement-rfqs/vendor-response/quotation-editor.tsx b/lib/procurement-rfqs/vendor-response/quotation-editor.tsx index 963c2f85..66bb2613 100644 --- a/lib/procurement-rfqs/vendor-response/quotation-editor.tsx +++ b/lib/procurement-rfqs/vendor-response/quotation-editor.tsx @@ -173,6 +173,8 @@ interface VendorQuotationEditorProps { export default function VendorQuotationEditor({ quotation }: VendorQuotationEditorProps) { + console.log(quotation) + const [activeTab, setActiveTab] = useState("items") const [isSubmitting, setIsSubmitting] = useState(false) const [isSaving, setIsSaving] = useState(false) -- cgit v1.2.3