Skip to content

Commit

Permalink
refactor: clear filters on clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 3, 2024
1 parent 742ff70 commit e5875e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Search/SearchBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class SearchBar extends Component {
contentIsVisible: false,
})
)
this.props.router?.navigate(`/map`)
}

_handleYearSelect = (e) => {
Expand Down

0 comments on commit e5875e0

Please sign in to comment.