mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
Reflect key and team update in UI (#9825)
* Reflect updates to keys in UI instantly * Reflect updates to teams in UI instantly
This commit is contained in:
parent
cc7d59a11e
commit
d4e5da87be
9 changed files with 76 additions and 5 deletions
|
@ -418,6 +418,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
|||
<div>
|
||||
<AllKeysTable
|
||||
keys={keys}
|
||||
setKeys={setKeys}
|
||||
isLoading={isLoading}
|
||||
pagination={pagination}
|
||||
onPageChange={handlePageChange}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue