We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac892b commit fdf874cCopy full SHA for fdf874c
1 file changed
src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/editor.js
@@ -474,9 +474,7 @@ function VisualizeAppController(
474
vis.setState({
475
...visState,
476
data: {
477
- aggs: aggs,
478
- indexPattern: vis.data.indexPattern.id,
479
- searchSource: vis.data.searchSource,
+ aggs,
480
},
481
});
482
embeddableHandler.reload();
0 commit comments