bugfix in overview

This commit is contained in:
Timo Volkmann 2019-05-10 18:16:03 +02:00
parent 2d68ad6a2b
commit f598516ed0

View File

@ -123,8 +123,8 @@
async created() {
console.log("created(): " + this.caches);
// this.$store.commit('auth/SET_AUTHENTICATED');
// this.$store.commit('auth/SET_USER');
this.$store.commit('auth/SET_AUTHENTICATED');
this.$store.commit('auth/SET_USER');
await this.fetchAllCaches();
this.render = await this.fetchMyCaches();
},