diff options
Diffstat (limited to 'lib/tech-project-avl/table/accepted-quotations-table.tsx')
| -rw-r--r-- | lib/tech-project-avl/table/accepted-quotations-table.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tech-project-avl/table/accepted-quotations-table.tsx b/lib/tech-project-avl/table/accepted-quotations-table.tsx index da33d0d5..3b0ffdd9 100644 --- a/lib/tech-project-avl/table/accepted-quotations-table.tsx +++ b/lib/tech-project-avl/table/accepted-quotations-table.tsx @@ -100,7 +100,7 @@ export function AcceptedQuotationsTable({ sorting: [{ id: "acceptedAt", desc: true }],
columnPinning: { left: ["select"] },
},
- getRowId: (originalRow) => `${originalRow.id}`,
+ getRowId: (originalRow) => originalRow.uniqueKey,
})
return (
|
