mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix confusing save button label (#7778)
This commit is contained in:
parent
9696afcb33
commit
1bc114ffff
2 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ const Team: React.FC<TeamProps> = ({
|
|||
></Form.Item>
|
||||
</>
|
||||
<div style={{ textAlign: "right", marginTop: "10px" }}>
|
||||
<Button2 htmlType="submit">Edit Team</Button2>
|
||||
<Button2 htmlType="submit">Save</Button2>
|
||||
</div>
|
||||
</Form>
|
||||
</Modal>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue