From ba95959375f06abeba58476c0dd2117e08cfd29b Mon Sep 17 00:00:00 2001 From: mazhanwen Date: Sun, 7 Apr 2024 10:14:53 +0800 Subject: [PATCH] fix: Turn off SWR automatic revalidation when window is focused --- web/app/components/swr-initor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/swr-initor.tsx b/web/app/components/swr-initor.tsx index f5ca271d0d68d..afb4c58cbcda1 100644 --- a/web/app/components/swr-initor.tsx +++ b/web/app/components/swr-initor.tsx @@ -32,6 +32,7 @@ const SwrInitor = ({ ? ( {children}