fix confusing save button label (#7778)

This commit is contained in:
yujonglee 2025-01-16 06:51:07 +09:00 committed by GitHub
parent 801f450e8c
commit 01357add4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>