mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
refactor(explore): convert ControlPanelsContainer to typescript (#13221)
This commit is contained in:
@@ -222,10 +222,7 @@ function ExploreViewContainer(props) {
|
||||
}
|
||||
|
||||
function onQuery() {
|
||||
// remove alerts when query
|
||||
props.actions.removeControlPanelAlert();
|
||||
props.actions.triggerQuery(true, props.chart.id);
|
||||
|
||||
addHistory();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user