forked from phoenix/litellm-mirror
ui - clean up edit team input box
This commit is contained in:
parent
8c37c47c8d
commit
d3f76e33e4
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ const Team: React.FC<TeamProps> = ({
|
|||
name="team_alias"
|
||||
rules={[{ required: true, message: "Please input a team name" }]}
|
||||
>
|
||||
<Input />
|
||||
<TextInput />
|
||||
</Form.Item>
|
||||
<Form.Item label="Models" name="models">
|
||||
<Select2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue