forked from phoenix/litellm-mirror
(ui) working edit team
This commit is contained in:
parent
f62b3f5d2c
commit
84c5b56371
1 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,11 @@ const EditTeamModal = ({ visible, onCancel, team, onSubmit }) => {
|
||||||
>
|
>
|
||||||
<InputNumber step={1} width={400} />
|
<InputNumber step={1} width={400} />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<Form.Item
|
||||||
|
label="Requests per minute Limit (RPM)"
|
||||||
|
name="team_id"
|
||||||
|
hidden={true}
|
||||||
|
></Form.Item>
|
||||||
</>
|
</>
|
||||||
<div style={{ textAlign: "right", marginTop: "10px" }}>
|
<div style={{ textAlign: "right", marginTop: "10px" }}>
|
||||||
<Button2 htmlType="submit">Edit Team</Button2>
|
<Button2 htmlType="submit">Edit Team</Button2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue