Skip to content

Commit

Permalink
[SecuritySolution][Threat Hunting Investigation] Fix timeline showing…
Browse files Browse the repository at this point in the history
… as changed when it wasn't actually changed (#188106)

## Summary

Fixes elastic/security-team#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.
  • Loading branch information
janmonschke authored Jul 11, 2024
1 parent 84ca0e8 commit b97f309
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export const savedSearchComparator = (

const keysToSelect = [
'columns',
'grid',
'hideChart',
'sort',
'timeRange',
'fields.filter',
Expand Down

0 comments on commit b97f309

Please sign in to comment.