Fix error after leaving team (#4888)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
0a1b0d051a
Коммит
47581e6964
@@ -223,6 +223,7 @@ function handleLeaveTeamEvent(msg) {
|
||||
if (TeamStore.getCurrentId() === msg.data.team_id) {
|
||||
TeamStore.setCurrentId('');
|
||||
Client.setTeamId('');
|
||||
BrowserStore.removeGlobalItem('team');
|
||||
BrowserStore.removeGlobalItem(msg.data.team_id);
|
||||
GlobalActions.redirectUserToDefaultTeam();
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user