diff --git a/src/components/board/Board.vue b/src/components/board/Board.vue index 05e8be3db..b7c2473d3 100644 --- a/src/components/board/Board.vue +++ b/src/components/board/Board.vue @@ -162,10 +162,6 @@ export default { this.loading = false }, - async refreshData() { - await this.$store.dispatch('refreshBoard', this.id) - }, - onDropStack({ removedIndex, addedIndex }) { this.$store.dispatch('orderStack', { stack: this.stacksByBoard[removedIndex], removedIndex, addedIndex }) },