fix confusing save button label (#7778)

This commit is contained in:
yujonglee 2025-01-16 06:51:07 +09:00 committed by GitHub
parent 9696afcb33
commit 1bc114ffff
2 changed files with 2 additions and 2 deletions

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>