fix confusing save button label (#7778)
This commit is contained in:
parent
801f450e8c
commit
01357add4d
@ -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…
Reference in New Issue
Block a user