diff --git a/components/collections/ChooseType.vue b/components/collections/ChooseType.vue index a726703b..89222ca2 100644 --- a/components/collections/ChooseType.vue +++ b/components/collections/ChooseType.vue @@ -6,20 +6,22 @@ @@ -46,10 +48,14 @@ export default { } } `, - pollInterval: 5000, + pollInterval: 10000, }, }, methods: { + onTeamSelectIntersect() { + // Load team data as soon as intersection + this.$apollo.queries.myTeams.refetch() + }, updateCollectionsType(tabID) { this.$emit("update-collection-type", tabID) },