We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e68c7 commit 5966952Copy full SHA for 5966952
angular/src/account/layout/account-languages.component.ts
@@ -23,7 +23,6 @@ export class AccountLanguagesComponent extends AppComponentBase implements OnIni
23
24
ngOnInit() {
25
this.languages = _.filter(this.localization.languages, l => !l.isDisabled);
26
- this.languages = this.localization.languages;
27
this.currentLanguage = this.localization.currentLanguage;
28
}
29
0 commit comments