measurement row flash typo
This commit is contained in:
parent
5ec6a049d6
commit
6ab7e66d03
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||||
|
|
Reference in a new issue