Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix/change-member-row-message' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangtaofeng committed Apr 28, 2024
2 parents c2eb3c6 + bf0b255 commit 38280cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const useLeaveTeamModal = () => {
const deleteTeam = async () => {
try {
TipisTrack.track("click_delete_team")
deleteTeamByID(teamInfo?.id || "")
deleteTeamByID(teamInfo?.id || "").unwrap()
message.success({
content: t("team_setting.mes.delete_suc"),
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const MemberListPage: FC = () => {
teamID: teamInfo.id,
teamMemberID,
userRole,
})
}).unwrap()
message.success({
content: t("user_management.mes.change_role_suc"),
})
Expand Down

0 comments on commit 38280cd

Please sign in to comment.