mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fixing notifications filter for NLP messages (#162024)
Fixing typo in the notifications check
This commit is contained in:
parent
e28ed4ea33
commit
ea0ef4b93b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export class NotificationsService {
|
|||
if (this.enabledFeatures.dfa) {
|
||||
idsPerType.push({ type: 'data_frame_analytics', ids: dfaJobIds });
|
||||
}
|
||||
if (this.enabledFeatures.ad) {
|
||||
if (this.enabledFeatures.nlp) {
|
||||
idsPerType.push({ type: 'inference', ids: modelIds as string[] });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue