remove refreshData() leftover
there is now no regular refreshing anymore, only after update events Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
@@ -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 })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user