From 39ae9332e28623338222f97853af1d367273a4a4 Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 9 Aug 2019 08:24:32 +0200 Subject: [PATCH] 2 small fixes Signed-off-by: Jakob --- src/components/Controls.vue | 2 +- src/components/board/TagsTabSidebard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Controls.vue b/src/components/Controls.vue index 750b2715f..9b80871b2 100644 --- a/src/components/Controls.vue +++ b/src/components/Controls.vue @@ -32,7 +32,7 @@
-
+ diff --git a/src/components/board/TagsTabSidebard.vue b/src/components/board/TagsTabSidebard.vue index 55052e6c5..6b79db502 100644 --- a/src/components/board/TagsTabSidebard.vue +++ b/src/components/board/TagsTabSidebard.vue @@ -117,7 +117,7 @@ export default { this.addLabel = true }, clickAddLabel() { - this.$store.dispatch('createStack', this.addLabelObj) + this.$store.dispatch('addLabelToCurrentBoard', this.addLabelObj) this.addLabel = false this.addLabelObj = null }