Skip to content

Commit

Permalink
Closing filters on apply (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: jackson <Jackson Hyde>
  • Loading branch information
jacksonhyde authored Jul 4, 2024
1 parent d98329f commit a2f67bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FlightFlagger/FlightFlaggerFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const FlightFlaggerFilters = ({nationalities, ageGroups, submitCallback,
selectedNationalities: nationalityPayload,
selectedAgeGroups: ageGroupPayload,
});
setShowFilters(!showFilters)
}

const handleCheckboxChange = (event: React.ChangeEvent<HTMLInputElement>) => {
Expand Down

0 comments on commit a2f67bb

Please sign in to comment.