diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx index 746693a321279..2d85f413c355a 100644 --- a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx +++ b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx @@ -175,7 +175,7 @@ const FilterValue: FC = ({ setIsRefreshing(true); getChartDataRequest({ formData: newFormData, - force: false, + force: shouldRefresh, ownState: filterOwnState, }) .then(({ response, json }) => {