added missing cancel()
This commit is contained in:
parent
74455b058a
commit
b35c0ff314
@ -247,7 +247,7 @@
|
|||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
this.handleError(e)
|
||||||
cancel
|
cancel()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
editTask(id) {
|
editTask(id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user