From a36ab65aa61ee16d3982c58464b1e1321bfc91da Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 20 Jul 2025 18:56:35 -0600 Subject: [PATCH] fix(dashboard): disable refetch on window focus for destination handling --- .../dashboard/settings/destination/handle-destinations.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dokploy/components/dashboard/settings/destination/handle-destinations.tsx b/apps/dokploy/components/dashboard/settings/destination/handle-destinations.tsx index 40bcfa24e..861d7d112 100644 --- a/apps/dokploy/components/dashboard/settings/destination/handle-destinations.tsx +++ b/apps/dokploy/components/dashboard/settings/destination/handle-destinations.tsx @@ -70,6 +70,7 @@ export const HandleDestinations = ({ destinationId }: Props) => { }, { enabled: !!destinationId, + refetchOnWindowFocus: false, }, ); const {