mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: can not correctly set force in store (#19932)
* fix: can not correctly set force in store * fix ut
This commit is contained in:
@@ -285,6 +285,7 @@ function ExploreViewContainer(props) {
|
||||
}, [props.actions, props.chart.id, props.timeout]);
|
||||
|
||||
const onQuery = useCallback(() => {
|
||||
props.actions.setForceQuery(false);
|
||||
props.actions.triggerQuery(true, props.chart.id);
|
||||
addHistory();
|
||||
setLastQueriedControls(props.controls);
|
||||
|
||||
Reference in New Issue
Block a user