Reflect key and team update in UI (#9825)
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 16s
Helm unit test / unit-test (push) Successful in 23s

* Reflect updates to keys in UI instantly

* Reflect updates to teams in UI instantly
This commit is contained in:
Christian Owusu 2025-04-09 14:47:16 +00:00 committed by GitHub
parent cc7d59a11e
commit d4e5da87be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 76 additions and 5 deletions

View file

@ -418,6 +418,7 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
<div>
<AllKeysTable
keys={keys}
setKeys={setKeys}
isLoading={isLoading}
pagination={pagination}
onPageChange={handlePageChange}