mirror of
https://github.com/apache/superset.git
synced 2026-05-09 18:05:52 +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:
@@ -189,6 +189,7 @@ const ExploreChartPanel = ({
|
||||
}, []);
|
||||
|
||||
const refreshCachedQuery = useCallback(() => {
|
||||
actions.setForceQuery(true);
|
||||
actions.postChartFormData(
|
||||
formData,
|
||||
true,
|
||||
@@ -387,6 +388,7 @@ const ExploreChartPanel = ({
|
||||
<DataTablesPane
|
||||
ownState={ownState}
|
||||
queryFormData={queryFormData}
|
||||
queryForce={force}
|
||||
onCollapseChange={onCollapseChange}
|
||||
chartStatus={chart.chartStatus}
|
||||
errorMessage={errorMessage}
|
||||
|
||||
Reference in New Issue
Block a user