feat: add delete button to gottesdienst edit dialog

This commit is contained in:
2026-07-14 22:16:58 +02:00
parent 924b443bdc
commit 3beb92c300
2 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -128,7 +128,8 @@ async function createGottesdienst(gottesdienstId?: number){
plan.gottesdienste.splice(index, 1)
plan.gottesdienste.push(godi)
}
}
},
onDelete: gottesdienst ? () => deleteGottedienst(gottesdienst.id) : undefined
})
}