mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
ui - clean up edit team input box
This commit is contained in:
parent
236d6e58a9
commit
a408ac76fb
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