Skip to content

Commit

Permalink
fix(notification): wrong property in snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm-adfinis committed May 31, 2019
1 parent 448984e commit f925d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/snippets/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default Controller.extend({

this.notification.success("Successfully saved!");
} catch (e) {
this.notification.error("Ooops! Something went wrong...");
this.notification.danger("Ooops! Something went wrong...");
}
}
}
Expand Down

0 comments on commit f925d47

Please sign in to comment.