added missing cancel()

This commit is contained in:
kolaente 2018-11-27 15:14:31 +01:00
parent 74455b058a
commit b35c0ff314
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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