mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix(ui): rename Virtual Keys 'Key Hash' filter label to 'Key ID' (#32672)
This commit is contained in:
parent
97d0951296
commit
d1a79f7971
1 changed files with 1 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ export function VirtualKeysTable() {
|
|||
},
|
||||
{
|
||||
name: "Key Hash",
|
||||
label: "Key Hash",
|
||||
label: "Key ID",
|
||||
isSearchable: false,
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue