WIP
This commit is contained in:
parent
48cd1f4f39
commit
fbfbdf19d1
8 changed files with 54 additions and 37 deletions
|
@ -1,11 +1,12 @@
|
|||
import Ember from 'ember';
|
||||
import ajaxError from '../../../../../utils/ajax-error';
|
||||
import ajaxError from '../../../../utils/ajax-error';
|
||||
|
||||
const { Component } = Ember;
|
||||
|
||||
export default Component.extend({
|
||||
tagName: 'tr',
|
||||
isEditing: false,
|
||||
allCharacteristics: null,
|
||||
|
||||
oldCharacteristicId: function() {
|
||||
let json = this.get('row').toJSON();
|
||||
|
|
Reference in a new issue