[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:
parent
8641787688
commit
be570d4ec1
|
@ -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;
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue