mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
delete fetchPolicy: 'network-only' from getCommunityStatistics
This commit is contained in:
parent
f04e99cc48
commit
2eecd472b4
@ -89,7 +89,6 @@ export default {
|
||||
this.$apollo
|
||||
.query({
|
||||
query: communityStatistics,
|
||||
fetchPolicy: 'network-only',
|
||||
})
|
||||
.then((result) => {
|
||||
this.statistics.totalUsers = result.data.communityStatistics.totalUsers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user