summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last/vendor-response/editor/rfq-info-header.tsx')
-rw-r--r--lib/rfq-last/vendor-response/editor/rfq-info-header.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
index fe8c5508..fbbaff80 100644
--- a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
+++ b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx
@@ -17,6 +17,8 @@ export default function RfqInfoHeader({ rfq, rfqDetail, vendor }: RfqInfoHeaderP
const majorMaterial = rfq.rfqPrItems?.find(v => v.majorYn)
const router = useRouter()
+ console.log(rfq,"rfq")
+
const handleGoBack = () => {
router.push("/partners/rfq-last");
};