Skip to content

Commit 0346242

Browse files
turned out to not be effective
1 parent 2ea24a8 commit 0346242

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/frontend/src/app/AppContextQuery.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@
55

66
import { QueryClient, QueryClientProvider } from 'react-query';
77

8-
const queryClient = new QueryClient({
9-
defaultOptions: {
10-
queries: {
11-
refetchOnWindowFocus: false
12-
}
13-
}
14-
});
8+
const queryClient = new QueryClient();
159

1610
const AppContextQuery: React.FC = (props) => {
1711
return <QueryClientProvider client={queryClient}>{props.children}</QueryClientProvider>;

0 commit comments

Comments
 (0)