Begin refactoring strains/show
Will address measurements table later
This commit is contained in:
parent
85d861da27
commit
04486880a0
7 changed files with 139 additions and 117 deletions
|
@ -1,7 +1,9 @@
|
|||
import Ember from 'ember';
|
||||
import ajaxError from '../../../../../utils/ajax-error';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
const { Component } = Ember;
|
||||
|
||||
export default Component.extend({
|
||||
tagName: 'tr',
|
||||
isEditing: false,
|
||||
|
||||
|
|
Reference in a new issue