diff --git a/app/common/enums.js b/app/common/enums.js index 0feafed..f72d0bd 100644 --- a/app/common/enums.js +++ b/app/common/enums.js @@ -46,7 +46,7 @@ const GARAGE_SIZE_SLIDER_OPTIONS = { start: [10, 20], range: { min: [0], - max: [50] + max: [150] }, step: 2, connect: true,