Some cleanup on the filtering

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-24 15:08:46 +02:00
parent 7a1acaf2dd
commit 0b23401a07
8 changed files with 25 additions and 72 deletions

View File

@@ -100,7 +100,7 @@ export default {
},
beforeMount() {
this.loading = true
this.$store.dispatch('loadAssignDashboard').then(() => {
this.$store.dispatch('loadUpcoming').then(() => {
this.loading = false
})
},