Stop loading chars in measurements-table
This commit is contained in:
parent
fbfbdf19d1
commit
ba15af411e
8 changed files with 9 additions and 10 deletions
|
@ -9,6 +9,7 @@ export default Component.extend(SetupMetaData, {
|
|||
isNew: null,
|
||||
isDirty: false,
|
||||
speciesList: null,
|
||||
allCharacteristics: null,
|
||||
|
||||
// Actions
|
||||
"on-save": null,
|
||||
|
|
|
@ -54,6 +54,7 @@
|
|||
protected/strains/measurements-table
|
||||
strain=strain
|
||||
add-characteristic=(action "addCharacteristic")
|
||||
allCharacteristics=allCharacteristics
|
||||
canEdit=strain.canEdit
|
||||
canAdd=metaData.canAdd
|
||||
}}
|
||||
|
|
Reference in a new issue