forked from phoenix/litellm-mirror
(UI) fix - allow editing key alias on Admin UI (#6776)
* fix allow editing key alias on UI * fix non type for budget duration
This commit is contained in:
parent
4ed270506a
commit
bb16abc043
2 changed files with 13 additions and 5 deletions
|
@ -291,6 +291,10 @@ const ViewKeyTable: React.FC<ViewKeyTableProps> = ({
|
|||
>
|
||||
<>
|
||||
|
||||
<Form.Item name="key_alias" label="Key Alias">
|
||||
<TextInput />
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item label="Models" name="models" rules={[
|
||||
{
|
||||
validator: (rule, value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue