summaryrefslogtreecommitdiff
path: root/lib/bidding/pre-quote
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bidding/pre-quote')
-rw-r--r--lib/bidding/pre-quote/table/bidding-pre-quote-vendor-create-dialog.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-create-dialog.tsx b/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-create-dialog.tsx
index 9ca7deb6..bd078192 100644
--- a/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-create-dialog.tsx
+++ b/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-create-dialog.tsx
@@ -68,7 +68,7 @@ export function BiddingPreQuoteVendorCreateDialog({
// 벤더 로드
const loadVendors = React.useCallback(async () => {
try {
- const result = await searchVendorsForBidding('', biddingId, 50) // 빈 검색어로 모든 벤더 로드
+ const result = await searchVendorsForBidding('', biddingId) // 빈 검색어로 모든 벤더 로드
setVendorList(result || [])
} catch (error) {
console.error('Failed to load vendors:', error)