mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[SIEM] Moves installation of jobs from initial page load to opening of Anomaly Detection UI (#45536) (#45583)
This commit is contained in:
parent
130432e93c
commit
659f711569
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ export const MlPopover = React.memo(() => {
|
|||
// Install Config Templates as effect of opening popover
|
||||
useEffect(() => {
|
||||
if (
|
||||
isPopoverOpen &&
|
||||
jobSummaryData != null &&
|
||||
configuredIndexPatternTitles.length > 0 &&
|
||||
configTemplatesToInstall.length > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue