mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 20:58:48 +01:00
removed unnecessary deleteDialog helper, delete dialog now uses tap-i18n
This commit is contained in:
parent
9940d635b4
commit
4a20208d95
6 changed files with 13 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue