fix default range filter values

This commit is contained in:
Bilal Catic
2019-10-11 15:45:50 +02:00
parent 164510c8fc
commit 1dbe1da802

View File

@@ -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],