This commit is contained in:
Eugene Pankov
2021-07-13 23:50:31 +02:00
parent 2f13f3a401
commit 760311ffa0
4 changed files with 7 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ export class EditProfileModalComponent<P extends Profile> {
ngOnInit () {
this._profile = this.profile
this.profile = this.profilesService.getConfigProxyForProfile(this.profile) as any
this.profile = this.profilesService.getConfigProxyForProfile(this.profile)
}
ngAfterViewInit () {