summaryrefslogtreecommitdiff
path: root/components/bidding/manage/create-pre-quote-rfq-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/bidding/manage/create-pre-quote-rfq-dialog.tsx')
-rw-r--r--components/bidding/manage/create-pre-quote-rfq-dialog.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/bidding/manage/create-pre-quote-rfq-dialog.tsx b/components/bidding/manage/create-pre-quote-rfq-dialog.tsx
index 88732deb..c49f6232 100644
--- a/components/bidding/manage/create-pre-quote-rfq-dialog.tsx
+++ b/components/bidding/manage/create-pre-quote-rfq-dialog.tsx
@@ -95,6 +95,7 @@ interface CreatePreQuoteRfqDialogProps {
totalWeight?: string | null
weightUnit?: string | null
}>
+ picUserId?: number | null
biddingConditions?: {
paymentTerms?: string | null
taxConditions?: string | null
@@ -114,6 +115,7 @@ export function CreatePreQuoteRfqDialog({
onOpenChange,
biddingId,
biddingItems,
+ picUserId,
biddingConditions,
onSuccess
}: CreatePreQuoteRfqDialogProps) {