Skip to content

Commit fdf874c

Browse files
committed
fixing tsvb issue
1 parent cac892b commit fdf874c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • src/legacy/core_plugins/kibana/public/visualize/np_ready/editor

src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,7 @@ function VisualizeAppController(
474474
vis.setState({
475475
...visState,
476476
data: {
477-
aggs: aggs,
478-
indexPattern: vis.data.indexPattern.id,
479-
searchSource: vis.data.searchSource,
477+
aggs,
480478
},
481479
});
482480
embeddableHandler.reload();

0 commit comments

Comments
 (0)