Skip to content

Commit

Permalink
UI: fix for model filter not resetting after moving from specific sec…
Browse files Browse the repository at this point in the history
…tion (e.g. gliders) to all-offers
  • Loading branch information
lwitkowski committed Aug 2, 2024
1 parent 3b47e2e commit 1919510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/AircraftModelFilter.vue
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ export default {
default:
this.aircraft_type = null
this.selected = null
this.updateAircraftTypes()
}
},

0 comments on commit 1919510

Please sign in to comment.