[SIEM] Moves installation of jobs from initial page load to opening of Anomaly Detection UI (#45536) (#45583)

This commit is contained in:
Garrett Spong 2019-09-12 16:53:59 -06:00 committed by GitHub
parent 130432e93c
commit 659f711569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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