default selection price filter #6340

This commit is contained in:
sanjeev 2022-07-15 15:33:55 +05:30
parent 97105dadb9
commit 88dc2a93ad
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
appliedFilters: [],
sliderConfig: {
max: 500,
value: [0, 0],
value: [0, 888],
processStyle: {
"backgroundColor": "#FF6472"
},
@ -187,7 +187,7 @@
"borderColor": "#FF6472",
"backgroundColor": "#FF6472",
},
priceTo: 0,
priceTo: 888,
priceFrom: 0,
}
}