Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
asanchezr committed Sep 23, 2024
1 parent a861c56 commit 202a10d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,7 @@ const advancedFilterSideBarStates = {
},
},
mapFilterOpened: {
entry: [
send({ type: 'REFRESH_PROPERTIES', searchCriteria: defaultPropertyFilter }),
assign({ isFiltering: () => true }),
],
entry: [assign({ isFiltering: () => true })],
on: {
TOGGLE_FILTER: {
target: 'closed',
Expand Down

0 comments on commit 202a10d

Please sign in to comment.