Update StepEditor.vue

This commit is contained in:
vabene1111
2025-04-11 16:47:34 +02:00
committed by GitHub
parent 052219e141
commit b08c119e57

View File

@@ -331,7 +331,6 @@ function parseAndInsertIngredients() {
}
})
Promise.allSettled(promises).then(r => {
console.log(r)
r.forEach(i => {
console.log(i)
step.value.ingredients.push({
@@ -396,4 +395,4 @@ function deleteIngredientAtIndex(index: number) {
<style scoped>
</style>
</style>