summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/table/detail-table
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 03:36:16 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 03:36:16 +0000
commit2fdce8d7a57c792bba0ac36fa554dca9c9cc31e3 (patch)
tree32383a85f691c04619abafc4bd9dedf269e78128 /lib/techsales-rfq/table/detail-table
parent6ce9a6e26fea92f82ab26cf4bb0837f170162dd0 (diff)
(김준회) 기술영업 조선 RFQ 오류 수정 및 선종 필터 기능 추가
Diffstat (limited to 'lib/techsales-rfq/table/detail-table')
-rw-r--r--lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx b/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx
index dbaeae0c..ba530fe3 100644
--- a/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx
+++ b/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx
@@ -15,9 +15,9 @@ import { Button } from "@/components/ui/button"
import { Loader2, UserPlus, BarChart2, Send, Trash2 } from "lucide-react"
import { ClientDataTable } from "@/components/client-data-table/data-table"
import { AddVendorDialog } from "./add-vendor-dialog"
-import { DeleteVendorsDialog } from "./delete-vendors-dialog"
import { VendorCommunicationDrawer } from "./vendor-communication-drawer"
import { VendorQuotationComparisonDialog } from "./vendor-quotation-comparison-dialog"
+import { DeleteVendorsDialog } from "../delete-vendors-dialog"
// 기본적인 RFQ 타입 정의
interface TechSalesRfq {