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 c18d2a8 commit 495c927Copy full SHA for 495c927
packages/frontend/src/hooks/useDynamicData.ts
@@ -95,6 +95,8 @@ function useDynamicData(
95
},
96
skip: shouldSkipQuery,
97
notifyOnNetworkStatusChange: true,
98
+ fetchPolicy: 'cache-first',
99
+ nextFetchPolicy: 'cache-only',
100
})
101
102
// Refetch if any of our watched form fields changes.
0 commit comments