From b3ccbc8335a5c245e3508ecaf5e176b5cf885714 Mon Sep 17 00:00:00 2001 From: Hannah Mudge Date: Thu, 15 Jun 2023 12:53:16 -0600 Subject: [PATCH] Add maps fix that Nathan found --- x-pack/plugins/maps/public/embeddable/map_embeddable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugins/maps/public/embeddable/map_embeddable.tsx b/x-pack/plugins/maps/public/embeddable/map_embeddable.tsx index e2377ebd2e8866..21a877652f0a01 100644 --- a/x-pack/plugins/maps/public/embeddable/map_embeddable.tsx +++ b/x-pack/plugins/maps/public/embeddable/map_embeddable.tsx @@ -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())