Skip to content

Commit

Permalink
fix(itinerary-page): missing plan on settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Helms authored and Andreas Helms committed Dec 5, 2024
1 parent 0126023 commit 7589f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/component/ItineraryPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ class ItineraryPage extends React.Component {
() => {
this.props.relay.refetch(planParams, null, () => {
this.makeAlternativeQuery();
this.makeRelaxedQuery();
this.showScreenreaderUpdatedAlert();
this.resetItineraryPageSelection();
});
Expand Down

0 comments on commit 7589f8c

Please sign in to comment.