removed unnecessary deleteDialog helper, delete dialog now uses tap-i18n

This commit is contained in:
amadilsons 2017-09-29 14:13:36 +02:00
parent 9940d635b4
commit 4a20208d95
6 changed files with 13 additions and 13 deletions

View file

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