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",
|
||||
hasGardenSize: true,
|
||||
priceSliderOptions: PRICE_SLIDER_OPTIONS,
|
||||
sizeSliderOptions: HOME_SIZE_SLIDER_OPTIONS
|
||||
sizeSliderOptions: HOME_SIZE_SLIDER_OPTIONS,
|
||||
gardenSizeSliderOptions: GARDEN_SIZE_SLIDER_OPTIONS
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user