Loading src/components/VueJama.vue +3 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,9 @@ export default { currentProjectId() { if(!this.currentProjectId) return; if(this.currentCollection){ this.$store.commit('setCurrentCollection', null) } this.$store.dispatch('fetchStats').then(() => { if(this.$store.getters.currentStats.project_root_collection_id) { this.$store.commit('setCurrentRootCollectionId', this.$store.getters.currentStats.project_root_collection_id); Loading Loading
src/components/VueJama.vue +3 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,9 @@ export default { currentProjectId() { if(!this.currentProjectId) return; if(this.currentCollection){ this.$store.commit('setCurrentCollection', null) } this.$store.dispatch('fetchStats').then(() => { if(this.$store.getters.currentStats.project_root_collection_id) { this.$store.commit('setCurrentRootCollectionId', this.$store.getters.currentStats.project_root_collection_id); Loading