use targetid also on proxy create as that also has same issue

This commit is contained in:
Laurence
2026-04-06 14:17:04 +01:00
parent 81eba50c9a
commit 7d3d5b2b22

View File

@@ -999,6 +999,7 @@ export default function Page() {
getPaginationRowModel: getPaginationRowModel(),
getSortedRowModel: getSortedRowModel(),
getFilteredRowModel: getFilteredRowModel(),
getRowId: (row) => String(row.targetId),
state: {
pagination: {
pageIndex: 0,