diff --git a/internal/portal/src/destination-types.tsx b/internal/portal/src/destination-types.tsx index 80bf1082..26656650 100644 --- a/internal/portal/src/destination-types.tsx +++ b/internal/portal/src/destination-types.tsx @@ -11,6 +11,7 @@ export function useDestinationTypes(): Record< const { data } = useSWR( "destination-types", (path: string) => apiClient.fetchRoot(path), + { revalidateIfStale: false }, ); if (!data) { return {};