mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix confusing save button label (#7778)
This commit is contained in:
parent
801f450e8c
commit
01357add4d
2 changed files with 2 additions and 2 deletions
|
|
@ -143,7 +143,7 @@ const EditBudgetModal: React.FC<BudgetModalProps> = ({
|
|||
</>
|
||||
|
||||
<div style={{ textAlign: "right", marginTop: "10px" }}>
|
||||
<Button2 htmlType="submit">Edit Budget</Button2>
|
||||
<Button2 htmlType="submit">Save</Button2>
|
||||
</div>
|
||||
</Form>
|
||||
</Modal>
|
||||
|
|
|
|||
|
|
@ -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
Reference in a new issue