From 8e5bc199a548043fa518c5a2bb33f96b67173e79 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Wed, 16 Oct 2019 15:33:25 +0200 Subject: [PATCH] increase garage max size --- app/common/enums.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,