chore: lint

This commit is contained in:
liyasthomas
2021-05-22 20:50:23 +05:30
parent 3ac9a418e6
commit 454c11a12c
6 changed files with 21 additions and 18 deletions

View File

@@ -63,7 +63,7 @@ export default {
},
data() {
return {
skipTeamsFetching: true
skipTeamsFetching: true,
}
},
subscriptions() {
@@ -85,14 +85,14 @@ export default {
pollInterval: 10000,
skip() {
return this.skipTeamsFetching
}
},
},
},
methods: {
onTeamSelectIntersect() {
// Load team data as soon as intersection
this.$apollo.queries.myTeams.refetch()
this.skipTeamsFetching = false
this.skipTeamsFetching = false
},
updateCollectionsType(tabID) {
this.$emit("update-collection-type", tabID)