mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-08 15:48:27 -05:00
Update StepEditor.vue
This commit is contained in:
@@ -331,7 +331,6 @@ function parseAndInsertIngredients() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
Promise.allSettled(promises).then(r => {
|
Promise.allSettled(promises).then(r => {
|
||||||
console.log(r)
|
|
||||||
r.forEach(i => {
|
r.forEach(i => {
|
||||||
console.log(i)
|
console.log(i)
|
||||||
step.value.ingredients.push({
|
step.value.ingredients.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user