chore: update member list action buttons

This commit is contained in:
boojack
2022-07-26 22:36:24 +08:00
parent 7b1bad5b29
commit d371cfd78d
9 changed files with 104 additions and 14 deletions

View File

@ -39,6 +39,7 @@ const MyAccountSection: React.FC<Props> = () => {
try {
await userService.patchUser({
id: user.id,
name: username,
});
toastHelper.info("Username changed");