summaryrefslogtreecommitdiff
path: root/lib/rfq-last/vendor/rfq-vendor-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfq-last/vendor/rfq-vendor-table.tsx')
-rw-r--r--lib/rfq-last/vendor/rfq-vendor-table.tsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/rfq-last/vendor/rfq-vendor-table.tsx b/lib/rfq-last/vendor/rfq-vendor-table.tsx
index 428160d5..c0f80aca 100644
--- a/lib/rfq-last/vendor/rfq-vendor-table.tsx
+++ b/lib/rfq-last/vendor/rfq-vendor-table.tsx
@@ -344,10 +344,6 @@ export function RfqVendorTable({
row.response?.submission?.submittedAt
);
- if (vendorsWithQuotation.length < 2) {
- toast.warning("비교를 위해 최소 2개 이상의 견적서가 필요합니다.");
- return;
- }
// 견적 비교 페이지로 이동 또는 모달 열기
const vendorIds = vendorsWithQuotation
@@ -1656,7 +1652,7 @@ export function RfqVendorTable({
size="sm"
onClick={handleQuotationCompare}
disabled={quotationCount < 1}
- className={quotationCount >= 2 ? "border-blue-500 text-blue-600 hover:bg-blue-50" : ""}
+ className={quotationCount >= 1 ? "border-blue-500 text-blue-600 hover:bg-blue-50" : ""}
>
<GitCompare className="h-4 w-4 mr-2" />
견적 비교