measurement row flash typo

This commit is contained in:
Matthew Dillon 2015-10-29 13:28:48 -07:00
parent 5ec6a049d6
commit 6ab7e66d03

View file

@ -25,7 +25,7 @@ export default Ember.Component.extend({
save: function() { save: function() {
if (this.get('rowChanged')) { if (this.get('rowChanged')) {
this.get('row').save().then(() => { this.get('row').save().then(() => {
this.get('flashMessages').clearMessage(); this.get('flashMessages').clearMessages();
this.toggleProperty('isEditing'); this.toggleProperty('isEditing');
}, () => { }, () => {
ajaxError(this.get('row.errors'), this.get('flashMessages')); ajaxError(this.get('row.errors'), this.get('flashMessages'));