mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[SecuritySolution][Threat Hunting Investigation] Fix timeline showing as changed when it wasn't actually changed (#188106)
## Summary Fixes https://github.com/elastic/security-team/issues/9646 The embedded discover's `update` mechanism has changed and the `grid` and `hideChart` properties keep changing on initial sync, causing the timeline show as `changed` when it actually didn't. These two properties are not important to actually determine the changed state of timeline and we can therefore ignore them.
This commit is contained in:
parent
84ca0e85b5
commit
b97f309926
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ export const savedSearchComparator = (
|
|||
|
||||
const keysToSelect = [
|
||||
'columns',
|
||||
'grid',
|
||||
'hideChart',
|
||||
'sort',
|
||||
'timeRange',
|
||||
'fields.filter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue