[Trunk|Library]: Bug fix in previous commit.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54849 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-02-18 14:04:12 +00:00
parent 8641787688
commit be570d4ec1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export class MailPrefsComponent {
},
err => {
//console.log(err);
this.handleError("Error saving user email preferences: "JSON.stringify(this.notifications[index]), err);
this.handleError("Error saving user email preferences: "+JSON.stringify(this.notifications[index]), err);
this.status = this.errorCodes.NOT_SAVED;
}
);