diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-11 09:00:38 +0000 |
| commit | eb654f88214095f71be142b989e620fd28db3f69 (patch) | |
| tree | aaad3074de4a6422a880b35f9e577d489b0a6c91 /lib/tech-project-avl/table/accepted-quotations-table.tsx | |
| parent | a383fd2a30f60360ebc0c1b897b3d43cbae178fa (diff) | |
(최겸) 기술영업 변경사항 반영, PQ/실사 변경사항 반영
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 (
|
