fix: environment and collection sync issue with firebase

This commit is contained in:
Mohamed Yussuf
2020-06-08 00:44:22 +08:00
parent d9285915ef
commit 10c568098c
3 changed files with 8 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ export default {
},
computed: {
collections() {
return this.$store.state.postwoman.collections
return fb.currentCollections;
},
},
async mounted() {

View File

@@ -82,7 +82,7 @@ export default {
},
computed: {
environments() {
return this.$store.state.postwoman.environments
return fb.currentEnvironments;
},
},
async mounted() {