Skip to content

Commit

Permalink
persist selectedVehicleId. keep VPP open. (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyqrose authored Jan 23, 2020
1 parent 0533a16 commit 935b4d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/hooks/usePersistedStateReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type Key = string[]
const PERSISTED_KEYS: Key[] = [
["selectedRouteIds"],
["ladderDirections"],
["selectedVehicleId"],
["selectedShuttleRouteIds"],
["selectedShuttleRunIds"],
["settings"],
Expand Down

0 comments on commit 935b4d6

Please sign in to comment.