Skip to content

Commit

Permalink
Add maps fix that Nathan found
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jun 15, 2023
1 parent 3893cf5 commit b3ccbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/maps/public/embeddable/map_embeddable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ export class MapEmbeddable
timeslice: this.input.timeslice
? { from: this.input.timeslice[0], to: this.input.timeslice[1] }
: undefined,
clearTimeslice: this.input.timeslice === undefined,
forceRefresh,
searchSessionId: this._getSearchSessionId(),
searchSessionMapBuffer: getIsRestore(this._getSearchSessionId())
Expand Down

0 comments on commit b3ccbc8

Please sign in to comment.