From 1d12ab93f5c1ced036a216eccb24ad5219f7a6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Thu, 11 Mar 2021 10:03:30 +0100 Subject: [PATCH] fix cancel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/CardCreateDialog.vue | 1 + src/views/Dashboard.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CardCreateDialog.vue b/src/CardCreateDialog.vue index 8385ae823..eec3ce471 100644 --- a/src/CardCreateDialog.vue +++ b/src/CardCreateDialog.vue @@ -168,6 +168,7 @@ export default { }, close() { + this.$emit('close') this.$root.$emit('close') }, async select() { diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 996d048e4..3d6643e4c 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -49,10 +49,10 @@
- - +