diff --git a/src/App.tsx b/src/App.tsx index 0188a09..f475cf5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -145,7 +145,7 @@ function App() { -
+
=> { return useQuery({ queryKey: ["providers", appType], + placeholderData: keepPreviousData, queryFn: async () => { let providers: Record = {}; let currentProviderId = "";