From b35c0ff3143b90b556b7381625b3f5eb7f0133f7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 27 Nov 2018 15:14:31 +0100 Subject: [PATCH] added missing cancel() --- src/components/lists/ShowList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/lists/ShowList.vue b/src/components/lists/ShowList.vue index 800345692..3e45cb1fd 100644 --- a/src/components/lists/ShowList.vue +++ b/src/components/lists/ShowList.vue @@ -247,7 +247,7 @@ }) .catch(e => { this.handleError(e) - cancel + cancel() }) }, editTask(id) {