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