mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-06 14:48:02 -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({
|
||||||
@@ -396,4 +395,4 @@ function deleteIngredientAtIndex(index: number) {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user