mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Security solution] 9.0 Fix assistant apiConfig set by Security getting started page (#213971)
This commit is contained in:
parent
e7eaf81477
commit
09fba2d479
1 changed files with 2 additions and 8 deletions
|
@ -120,17 +120,11 @@ export const AssistantCard: OnboardingCardComponent<AssistantCardMetadata> = ({
|
|||
}
|
||||
}
|
||||
|
||||
if (selectedConnectorId != null) {
|
||||
if (connector) {
|
||||
setSelectedConnectorId(connectorId);
|
||||
}
|
||||
},
|
||||
[
|
||||
currentConversation,
|
||||
selectedConnectorId,
|
||||
setApiConfig,
|
||||
onConversationChange,
|
||||
setSelectedConnectorId,
|
||||
]
|
||||
[currentConversation, setApiConfig, onConversationChange, setSelectedConnectorId]
|
||||
);
|
||||
|
||||
if (!checkCompleteMetadata) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue