Fix team switch (#4851)
* Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
Этот коммит содержится в:
@@ -59,7 +59,7 @@ export default class SignupController extends React.Component {
|
||||
|
||||
componentDidMount() {
|
||||
AsyncClient.checkVersion();
|
||||
|
||||
BrowserStore.removeGlobalItem('team');
|
||||
if (this.props.location.query) {
|
||||
const hash = this.props.location.query.h;
|
||||
const data = this.props.location.query.d;
|
||||
|
||||
Ссылка в новой задаче
Block a user