Some cleanup on the filtering
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
},
|
||||
beforeMount() {
|
||||
this.loading = true
|
||||
this.$store.dispatch('loadAssignDashboard').then(() => {
|
||||
this.$store.dispatch('loadUpcoming').then(() => {
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user