2 small fixes

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-08-11 12:02:58 +02:00
committed by Julius Härtl
parent cc92937c6b
commit 39ae9332e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
}