fix null value for garden size when real estate type is changed
This commit is contained in:
@@ -86,7 +86,8 @@ const AD_CATEGORY = {
|
|||||||
title: "Vikendica",
|
title: "Vikendica",
|
||||||
hasGardenSize: true,
|
hasGardenSize: true,
|
||||||
priceSliderOptions: PRICE_SLIDER_OPTIONS,
|
priceSliderOptions: PRICE_SLIDER_OPTIONS,
|
||||||
sizeSliderOptions: HOME_SIZE_SLIDER_OPTIONS
|
sizeSliderOptions: HOME_SIZE_SLIDER_OPTIONS,
|
||||||
|
gardenSizeSliderOptions: GARDEN_SIZE_SLIDER_OPTIONS
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ const getQueryReviewData = searchRequest => {
|
|||||||
{
|
{
|
||||||
id: "realEstateType",
|
id: "realEstateType",
|
||||||
title: realEstateTypeTitle,
|
title: realEstateTypeTitle,
|
||||||
url: `/vrstanekretnine/${id}?nextStep=pregled`
|
url: `/vrstanekretnine/${id}?nextStep=filteri`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "location",
|
id: "location",
|
||||||
|
|||||||
Reference in New Issue
Block a user