We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27eeac commit 219729eCopy full SHA for 219729e
frontend/src/components/home/sections/navbar.tsx
@@ -162,7 +162,7 @@ export function Navbar({ sidebarOpen = false }: { sidebarOpen?: boolean }) {
162
};
163
164
// Fetch MCP credential profiles
165
- const { data: mcpProfilesData = [] } = useQuery({
+ const { data: mcpProfilesData = [], isLoading: isMcpLoading } = useQuery({
166
queryKey: ['mcp-credential-profiles'],
167
queryFn: async () => {
168
const apiClient = createClerkBackendApi(getToken);
0 commit comments