|
@@ -113,7 +113,7 @@ BlazeComponent.extendComponent({
|
|
this.toggleDeleteDialog.set(false);
|
|
this.toggleDeleteDialog.set(false);
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
deleteItem() {
|
|
deleteItem() {
|
|
const checklist = this.currentData().checklist;
|
|
const checklist = this.currentData().checklist;
|
|
const item = this.currentData().item;
|
|
const item = this.currentData().item;
|