Skip to content

Commit

Permalink
fixing tsvb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Mar 23, 2020
1 parent cac892b commit fdf874c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,7 @@ function VisualizeAppController(
vis.setState({
...visState,
data: {
aggs: aggs,
indexPattern: vis.data.indexPattern.id,
searchSource: vis.data.searchSource,
aggs,
},
});
embeddableHandler.reload();
Expand Down

0 comments on commit fdf874c

Please sign in to comment.