mirror of
https://github.com/wekan/wekan.git
synced 2026-03-07 22:22:33 +01:00
parent
c7b46c86c3
commit
55710835fe
15 changed files with 53 additions and 12 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue