From 0a7bd2a6ff42942462e5532c361e11f2110433d5 Mon Sep 17 00:00:00 2001 From: soosoo22 Date: Fri, 6 Sep 2024 17:11:31 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=A6=AC=EC=95=A1=ED=8A=B8=20=EC=BF=BC?= =?UTF-8?q?=EB=A6=AC=20=ED=8F=AC=EC=BB=A4=EC=8A=A4=20=EC=8B=9C=20Refetchin?= =?UTF-8?q?g=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94=20(#577)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 481e25430..8aceda0fd 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -52,6 +52,7 @@ const queryClient = new QueryClient({ queries: { throwOnError: true, retry: retryFunction, + refetchOnWindowFocus: false, }, mutations: { throwOnError: true,