Fix No Add Card + etc.

Thanks to mimZD and xet7 !

Fixes #6108
This commit is contained in:
Lauri Ojansivu 2026-02-07 03:52:16 +02:00
parent c7b46c86c3
commit 55710835fe
15 changed files with 53 additions and 12 deletions

View file

@ -157,7 +157,7 @@ BlazeComponent.extendComponent({
textarea.focus();
},
deleteItem() {
async deleteItem() {
const checklist = this.currentData().checklist;
const item = this.currentData().item;
if (checklist && item && item._id) {