mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
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:
parent
474eea5a1b
commit
51f18b05a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue