Strain form referencing wrong notes variable
This commit is contained in:
parent
3313b6e5f9
commit
14283f0c77
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export default Component.extend(SetupMetaData, {
|
||||||
},
|
},
|
||||||
|
|
||||||
notesDidChange: function(value) {
|
notesDidChange: function(value) {
|
||||||
this.updateField('strain.notes', value);
|
this.updateField('notes', value);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue