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

View File

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