added missing cancel()
This commit is contained in:
parent
74455b058a
commit
b35c0ff314
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
this.handleError(e)
|
||||||
cancel
|
cancel()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
editTask(id) {
|
editTask(id) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue