mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
Merge pull request #1564 from smilerz/retain_original_ingredient_text
retain original text when parsing ingredients
This commit is contained in:
@@ -983,6 +983,7 @@ export default {
|
||||
unit: unit,
|
||||
food: { name: result.data.food },
|
||||
note: result.data.note,
|
||||
original_text: ing,
|
||||
})
|
||||
})
|
||||
order++
|
||||
|
||||
Reference in New Issue
Block a user