add new enum value for access road type and heating type; add filter enums
This commit is contained in:
@@ -199,6 +199,10 @@ const EMAIL_FREQUENCY = {
|
||||
};
|
||||
|
||||
const HEATING_TYPE = {
|
||||
ANY: {
|
||||
id: "ANY",
|
||||
title: "Svi"
|
||||
},
|
||||
NO_HEATING: {
|
||||
id: "NO_HEATING",
|
||||
title: "Nije uvedeno"
|
||||
@@ -238,6 +242,10 @@ const HEATING_TYPE = {
|
||||
};
|
||||
|
||||
const ACCESS_ROAD_TYPE = {
|
||||
ANY: {
|
||||
id: "ANY",
|
||||
title: "Svi"
|
||||
},
|
||||
ASPHALT: {
|
||||
id: "ASPHALT",
|
||||
title: "Asfalt"
|
||||
|
||||
Reference in New Issue
Block a user