diff --git a/src/app/article/basic-editor.component.ts b/src/app/article/basic-editor.component.ts index 98cc859..59ac039 100644 --- a/src/app/article/basic-editor.component.ts +++ b/src/app/article/basic-editor.component.ts @@ -28,7 +28,7 @@ export class BasicEditorComponent { }).then((response: noosfero.RestResult) => { let article = (response.data); this.$state.transitionTo('main.profile.page', { page: article.path, profile: article.profile.identifier }); - this.notification.success("Good job!", "Article saved!"); + this.notification.success({ title: "Good job!", message: "Article saved!" }); }); } -- libgit2 0.21.2