mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix webclient this.setTeamId (#4603)
This commit is contained in:
@@ -14,7 +14,7 @@ class WebClientClass extends Client {
|
||||
constructor() {
|
||||
super();
|
||||
this.enableLogErrorsToConsole(true);
|
||||
TeamStore.addChangeListener(this.onTeamStoreChanged);
|
||||
TeamStore.addChangeListener(this.onTeamStoreChanged.bind(this));
|
||||
}
|
||||
|
||||
onTeamStoreChanged() {
|
||||
|
||||
Reference in New Issue
Block a user