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:
chandi Langecker
2022-09-05 13:59:15 +02:00
parent af134959ce
commit 0aede224ec

View File

@@ -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 })
},