Skip to content

Commit

Permalink
fix(ors-map-filters-example.js): fix the roud_trip hidden property value
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 14, 2022
1 parent aeadef8 commit 0f2860e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-examples/ors-map-filters-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ const filters = [
name: 'round_trip',
type: constants.filterTypes.wrapper,
valueAsObject: true,
hidden: true,
hidden: false,
availableOnModes: [constants.modes.roundTrip],
useInServices: [constants.services.directions],
props: [
Expand Down

0 comments on commit 0f2860e

Please sign in to comment.