mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-04 19:11:57 +08:00
fix(core): handle invitation failure (#11195)
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user