Skip to content

Commit

Permalink
Update src/plugins/visualizations/public/embeddable/visualize_embedda…
Browse files Browse the repository at this point in the history
…ble.ts


Signed-off-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
joshuarrrr authored Mar 8, 2023
1 parent ed2daa7 commit f4a6386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export class VisualizeEmbeddable
timefilter: this.timefilter,
timeRange: this.timeRange,
abortSignal: this.abortController!.signal,
visLayers: visLayers,
visLayers,
});

if (this.handler && !abortController.signal.aborted) {
Expand Down

0 comments on commit f4a6386

Please sign in to comment.