make ibm query disabled when not configured
This commit is contained in:
parent
74b9544515
commit
449b5dc38e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue