Skip to content

Commit

Permalink
fix: filters not updating with force update when caching is enabled (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-weihe authored Jun 18, 2024
1 parent ab7f8ad commit 527f1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const FilterValue: FC<FilterControlProps> = ({
setIsRefreshing(true);
getChartDataRequest({
formData: newFormData,
force: false,
force: shouldRefresh,
ownState: filterOwnState,
})
.then(({ response, json }) => {
Expand Down

0 comments on commit 527f1d2

Please sign in to comment.