Some cleanup on the filtering

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-25 21:18:59 +02:00
parent 7a1acaf2dd
commit 0b23401a07
8 changed files with 25 additions and 72 deletions
+1 -1
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
})
},