diff options
Diffstat (limited to 'lib/rfqs/table/rfqs-table.tsx')
| -rw-r--r-- | lib/rfqs/table/rfqs-table.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rfqs/table/rfqs-table.tsx b/lib/rfqs/table/rfqs-table.tsx index 48c04930..e4ff47d8 100644 --- a/lib/rfqs/table/rfqs-table.tsx +++ b/lib/rfqs/table/rfqs-table.tsx @@ -231,7 +231,6 @@ export function RfqsTable({ promises, rfqType = RfqType.PURCHASE }: RfqsTablePro open={rowAction?.type === "update"} onOpenChange={() => setRowAction(null)} rfq={rowAction?.row.original ?? null} - rfqType={rfqType} /> <DeleteRfqsDialog |
