forked from phoenix/litellm-mirror
ui - cleanup input text boxes
This commit is contained in:
parent
69121360ba
commit
40ae951634
3 changed files with 6 additions and 4 deletions
|
@ -20,6 +20,7 @@ import {
|
|||
TableHead,
|
||||
TableHeaderCell,
|
||||
TableRow,
|
||||
TextInput,
|
||||
Card,
|
||||
Icon,
|
||||
Button,
|
||||
|
@ -480,7 +481,7 @@ const handleEditSubmit = async (formValues: Record<string, any>) => {
|
|||
name="team_alias"
|
||||
rules={[{ required: true, message: 'Please input a team name' }]}
|
||||
>
|
||||
<Input />
|
||||
<TextInput placeholder="" />
|
||||
</Form.Item>
|
||||
<Form.Item label="Models" name="models">
|
||||
<Select2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue