From 1dbe1da802537b78529131d521f1380ab416671e Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Fri, 11 Oct 2019 15:45:50 +0200 Subject: [PATCH] fix default range filter values --- app/common/enums.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/enums.js b/app/common/enums.js index 2616002..d17ed0f 100644 --- a/app/common/enums.js +++ b/app/common/enums.js @@ -1,5 +1,5 @@ const PRICE_SLIDER_OPTIONS = { - start: [30000, 70000], + start: [50000, 85000], range: { min: [0, 1000], "10%": [20000, 1000], @@ -13,7 +13,7 @@ const PRICE_SLIDER_OPTIONS = { //This will be used for Flats, Apartments, Houses const HOME_SIZE_SLIDER_OPTIONS = { - start: [20, 75], + start: [30, 75], range: { min: [0, 5], "50%": [100, 10],