fix(core): handle invitation failure (#11195)

This commit is contained in:
JimmFly
2025-03-26 04:31:58 +00:00
parent 96fa1ffe6f
commit 96e83a2141
3 changed files with 24 additions and 10 deletions
@@ -355,6 +355,7 @@ const InvitationNotificationItem = ({
// ignore if the user is already in the workspace
return true;
}
notify.error(userFriendlyError);
throw err;
})
.then(async value => {