mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
fix: segment row id for modals (#10437)
Fixing the issue where modal with an active segment (for deletion) can change which segment it's listing if a new segment that is alphabetically earlier than the original segment
This commit is contained in:
parent
c5b37fc7c2
commit
3bfed7fb0c
@ -80,6 +80,7 @@ export const SegmentTable = () => {
|
||||
defaultColumn: {
|
||||
Cell: HighlightCell,
|
||||
},
|
||||
getRowId: (row: any) => row.id,
|
||||
},
|
||||
useGlobalFilter,
|
||||
useSortBy,
|
||||
|
Loading…
Reference in New Issue
Block a user