make ibm query disabled when not configured

This commit is contained in:
Lucas Oliveira 2025-11-14 17:54:59 -03:00
parent 74b9544515
commit 449b5dc38e

View file

@ -77,6 +77,7 @@ export function IBMOnboarding({
apiKey: debouncedApiKey ? debouncedApiKey : undefined,
projectId: debouncedProjectId ? debouncedProjectId : undefined,
},
{ enabled: !!debouncedEndpoint || !!debouncedApiKey || !!debouncedProjectId || alreadyConfigured },
);
// Use custom hook for model selection logic