diff options
Diffstat (limited to 'lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx')
| -rw-r--r-- | lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx | 1 |
1 files changed, 1 insertions, 0 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 6ef0f221..d834875a 100644 --- a/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx +++ b/lib/techsales-rfq/table/detail-table/rfq-detail-table.tsx @@ -797,6 +797,7 @@ export function RfqDetailTables({ selectedRfq, maxHeight }: RfqDetailTablesProps open={contactSelectionDialogOpen}
onOpenChange={setContactSelectionDialogOpen}
vendorIds={selectedRows.map(row => row.vendorId).filter(Boolean) as number[]}
+ rfqId={selectedRfqId}
onSendRfq={handleSendRfqWithContacts}
/>
|
