Skip to content

Commit

Permalink
Give 'Furthest Distance' Slider a range of 2500 km (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Oct 25, 2023
1 parent deebca8 commit a366449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/option-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ const searchBasicsOptionGroups: OptionGroup<OptionGroupInputs>[] = [
input: {
slider: {
sliderMin: 5,
sliderMax: 500,
defaultValue: 500,
sliderMax: 2500,
defaultValue: 2500,
step: 1,
unitsLabel: 'km',
addPlusAtMax: true,
Expand Down

0 comments on commit a366449

Please sign in to comment.