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 59f0320 commit 2b334d5Copy full SHA for 2b334d5
kafka-ui-react-app/src/components/App.tsx
@@ -30,6 +30,7 @@ const queryClient = new QueryClient({
30
defaultOptions: {
31
queries: {
32
suspense: true,
33
+ networkMode: 'offlineFirst',
34
onError(error) {
35
showServerError(error as Response);
36
},
0 commit comments