fixed endless loading (#3784)
Этот коммит содержится в:
@@ -77,7 +77,7 @@ export default class SignupUserComplete extends React.Component {
|
|||||||
loading = true;
|
loading = true;
|
||||||
GlobalActions.emitInitialLoad(
|
GlobalActions.emitInitialLoad(
|
||||||
() => {
|
() => {
|
||||||
browserHistory.push('/' + team.name);
|
browserHistory.push('/' + team.name + '/channels/town-square');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user