1
0

added missing cancel()

This commit is contained in:
kolaente
2018-11-27 15:14:31 +01:00
parent 74455b058a
commit b35c0ff314

View File

@ -247,7 +247,7 @@
})
.catch(e => {
this.handleError(e)
cancel
cancel()
})
},
editTask(id) {