mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fixed unit creation typo
This commit is contained in:
@@ -594,7 +594,7 @@
|
|||||||
|
|
||||||
let new_unit = this.recipe.steps[step].ingredients[id]
|
let new_unit = this.recipe.steps[step].ingredients[id]
|
||||||
new_unit.unit = {'name': tag}
|
new_unit.unit = {'name': tag}
|
||||||
this.foods.push(new_unit.unit)
|
this.units.push(new_unit.unit)
|
||||||
this.recipe.steps[step].ingredients[id] = new_unit
|
this.recipe.steps[step].ingredients[id] = new_unit
|
||||||
},
|
},
|
||||||
searchKeywords: function (query) {
|
searchKeywords: function (query) {
|
||||||
|
|||||||
Reference in New Issue
Block a user