Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53f521a

Browse files
authoredApr 17, 2023
chore(site): Make requests when offline (#7161)
1 parent 4061a25 commit 53f521a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎site/src/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const queryClient = new QueryClient({
1616
retry: false,
1717
cacheTime: 0,
1818
refetchOnWindowFocus: false,
19+
networkMode: "offlineFirst",
1920
},
2021
},
2122
})

0 commit comments

Comments
 (0)
Failed to load comments.