Skip to content

Commit

Permalink
reset filter on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
buckhalt committed Dec 6, 2024
1 parent 4d25c15 commit 0268f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/interviewer/containers/Interfaces/Geospatial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function GeospatialInterface() {
zoom: INITIAL_ZOOM,
});
setSelectedCensusTract(null);
mapRef.current.setFilter('selectedCensusTract', ['==', 'namelsad10', '']);
};

useEffect(() => {
Expand Down

0 comments on commit 0268f7f

Please sign in to comment.