Update ui/litellm-dashboard/src/components/team/TeamVirtualKeysTable.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Alejandro Tapia 2026-03-03 16:00:16 -08:00 committed by GitHub
parent 474eea5a1b
commit 51f18b05a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -569,7 +569,7 @@ export function TeamVirtualKeysTable({ teamId, teamAlias, organization }: TeamVi
onSortingChange: handleSortingChange,
onPaginationChange: setTablePagination,
getCoreRowModel: getCoreRowModel(),
getSortedRowModel: getSortedRowModel(),
// getSortedRowModel not needed — manualSorting: true delegates sorting to the server
enableSorting: true,
manualSorting: true, // Server sorts via useKeys. Avoid redundant client-side sort
manualPagination: true,