fix: use targetId as row identifier

fix: 2797
This commit is contained in:
Laurence
2026-04-06 14:03:33 +01:00
parent d948d2ec33
commit 81eba50c9a

View File

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