committed by
Julius Härtl
parent
907bf57460
commit
3f272b91c6
@@ -103,8 +103,8 @@ export default {
|
||||
this.$store.dispatch('setCurrentBoard', board)
|
||||
this.$store.dispatch('loadStacks', board)
|
||||
this.loading = false
|
||||
console.log(board);
|
||||
this.$store.state.labels = board.labels;
|
||||
console.log(board)
|
||||
this.$store.state.labels = board.labels
|
||||
})
|
||||
},
|
||||
onDropStack({ removedIndex, addedIndex }) {
|
||||
|
||||
Reference in New Issue
Block a user