mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: dashbaord unable to refresh (#20220)
This commit is contained in:
@@ -267,7 +267,6 @@ function ExploreViewContainer(props) {
|
||||
const onQuery = useCallback(() => {
|
||||
props.actions.setForceQuery(false);
|
||||
props.actions.triggerQuery(true, props.chart.id);
|
||||
props.actions.updateQueryFormData(props.form_data, props.chart.id);
|
||||
addHistory();
|
||||
setLastQueriedControls(props.controls);
|
||||
}, [props.controls, addHistory, props.actions, props.chart.id]);
|
||||
|
||||
Reference in New Issue
Block a user