diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-14 15:13:43 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-14 15:13:43 +0900 |
| commit | b61931f50ba63f9a91ac8eb01fd91aa6e2fb6119 (patch) | |
| tree | 35aaa7b9d3c509236d94490deb24271133ddbbaa /lib/rfq-last/vendor/rfq-vendor-table.tsx | |
| parent | 598a40808b45413b373334092c3b60cab97d09b6 (diff) | |
| parent | dfc898b298e16bf686d2929db0eee50abe87881d (diff) | |
(김준회) AVL, Vendorpool 관련 요구사항 처리
Diffstat (limited to 'lib/rfq-last/vendor/rfq-vendor-table.tsx')
| -rw-r--r-- | lib/rfq-last/vendor/rfq-vendor-table.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor/rfq-vendor-table.tsx b/lib/rfq-last/vendor/rfq-vendor-table.tsx index 55549a6d..dc5564e2 100644 --- a/lib/rfq-last/vendor/rfq-vendor-table.tsx +++ b/lib/rfq-last/vendor/rfq-vendor-table.tsx @@ -1599,7 +1599,7 @@ export function RfqVendorTable({ ) : ( <> <Send className="h-4 w-4 mr-2" /> - RFQ 발송 ({shortListCount}) + RFQ 발송 ({selectedRows.length}) </> )} </Button> |
