refactor(explore): convert ControlPanelsContainer to typescript (#13221)

This commit is contained in:
Jesse Yang
2021-02-28 08:10:15 -10:00
committed by GitHub
parent 892eef1af6
commit 3c62069bbb
27 changed files with 385 additions and 326 deletions

View File

@@ -222,10 +222,7 @@ function ExploreViewContainer(props) {
}
function onQuery() {
// remove alerts when query
props.actions.removeControlPanelAlert();
props.actions.triggerQuery(true, props.chart.id);
addHistory();
}