Skip to content

Commit

Permalink
fix: filters not updating with force update when caching is enabled (#…
Browse files Browse the repository at this point in the history
…29291)

(cherry picked from commit 527f1d2)
  • Loading branch information
ka-weihe authored and michael-s-molina committed Jun 26, 2024
1 parent a7b7b7d commit efab0dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const FilterValue: React.FC<FilterControlProps> = ({
setIsRefreshing(true);
getChartDataRequest({
formData: newFormData,
force: false,
force: shouldRefresh,
ownState: filterOwnState,
})
.then(({ response, json }) => {
Expand Down

0 comments on commit efab0dd

Please sign in to comment.