diff options
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts')
-rw-r--r-- | admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts index da6859c2..fce9fd46 100644 --- a/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts +++ b/admin/WebConsole3/frontend/src/app/pages/profile/profile.component.ts @@ -46,7 +46,7 @@ export class ProfileComponent implements OnInit { } save() { - this.ogCommonService.saveUserPreferences(); + this.ogCommonService.saveUserPreferences(this.user.preferences); this.toaster.pop({type: 'success', title: 'success', body: this.translate.instant('successfully_saved')}); } |