forked from phoenix/litellm-mirror
(ui) use default teams
This commit is contained in:
parent
3a820757c2
commit
6ba774ace4
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="Team ID" name="team_id">
|
<Form.Item label="Team ID" name="team_id">
|
||||||
<Input
|
<Input
|
||||||
placeholder="ai_team"
|
placeholder="default team (create a new team)"
|
||||||
defaultValue={team && team["team_alias"] ? team["team_alias"] : ""}
|
defaultValue={team && team["team_alias"] ? team["team_alias"] : ""}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
|
@ -181,7 +181,7 @@ const CreateKey: React.FC<CreateKeyProps> = ({
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="Team ID (Contact Group)" name="team_id">
|
<Form.Item label="Team ID (Contact Group)" name="team_id">
|
||||||
<Input placeholder="ai_team" />
|
<Input placeholder="default team (create a new team)" />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
|
||||||
<Form.Item label="Description" name="description">
|
<Form.Item label="Description" name="description">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue