diff --git a/v2/perps-v2/ui/src/index.tsx b/v2/perps-v2/ui/src/index.tsx index 37ae8ea1e..bf25b4a37 100644 --- a/v2/perps-v2/ui/src/index.tsx +++ b/v2/perps-v2/ui/src/index.tsx @@ -27,7 +27,7 @@ const client = new ApolloClient({ const queryClient = new QueryClient({ defaultOptions: { queries: { - notifyOnChangeProps: 'tracked', + notifyOnChangeProps: 'all', refetchInterval: DEFAULT_REQUEST_REFRESH_INTERVAL, refetchOnWindowFocus: false, },