(ui) working edit team

This commit is contained in:
Ishaan Jaff 2024-03-30 11:51:07 -07:00
parent f62b3f5d2c
commit 84c5b56371

View file

@ -133,6 +133,11 @@ const EditTeamModal = ({ visible, onCancel, team, onSubmit }) => {
>
<InputNumber step={1} width={400} />
</Form.Item>
<Form.Item
label="Requests per minute Limit (RPM)"
name="team_id"
hidden={true}
></Form.Item>
</>
<div style={{ textAlign: "right", marginTop: "10px" }}>
<Button2 htmlType="submit">Edit Team</Button2>