Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackson authored and jackson committed Jul 4, 2024
1 parent 9b7406d commit 788cb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FlightFlagger/FlightFlaggerFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type SearchFilterPayload = {
selectedAgeGroups: string[],
selectedNationalities: string[],
flightNumber: string,
requireAllSelected: false,
requireAllSelected: boolean,
}

export interface IFlightFlaggerFilters {
Expand Down

0 comments on commit 788cb89

Please sign in to comment.