mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Fixing watch creation (#65956)
This commit is contained in:
parent
387e28a6a4
commit
af102afb7a
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ class CreateWatchService {
|
|||
id,
|
||||
type: 'json',
|
||||
isNew: false, // Set to false, as we want to allow watches to be overwritten.
|
||||
isActive: true,
|
||||
watch,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue