fix null value for garden size when real estate type is changed

This commit is contained in:
Bilal Catic
2019-10-15 18:46:11 +02:00
parent 2a1361733f
commit 566f9c4345
2 changed files with 3 additions and 2 deletions

View File

@@ -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
}
};