We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4fb5e commit b16274eCopy full SHA for b16274e
chaoscenter/web/src/controllers/Overview/Overview.tsx
@@ -15,7 +15,10 @@ export default function OverviewController(): React.ReactElement {
15
});
16
17
const { data: infraStats, loading: loadingInfraStats } = getInfraStats({
18
- ...scope
+ ...scope,
19
+ options: {
20
+ fetchPolicy: 'network-only'
21
+ }
22
23
const { data: experimentStats, loading: loadingExperimentStats } = getExperimentStats({
24
...scope
0 commit comments