Strain form referencing wrong notes variable

This commit is contained in:
Matthew Dillon 2015-12-02 11:52:36 -07:00
parent 3313b6e5f9
commit 14283f0c77

View file

@ -153,7 +153,7 @@ export default Component.extend(SetupMetaData, {
}, },
notesDidChange: function(value) { notesDidChange: function(value) {
this.updateField('strain.notes', value); this.updateField('notes', value);
}, },
}, },
}); });