Changed id type to uuid.

This commit is contained in:
Naida Vatric
2020-02-13 10:43:30 +01:00
parent 9c234a85fd
commit 9bcadffe9c
11 changed files with 72 additions and 39 deletions

View File

@@ -165,7 +165,7 @@ const BASIC_INPUT_PUBLISH = [
const BASIC_SEGMENT_PUBLISH = [
{
dbField: "furnishingType",
title: "Namješten?",
title: "Namještaj",
values: Object.keys(FURNISHING_TYPE).map(key => FURNISHING_TYPE[key]),
categoriesToShow: [
AD_CATEGORY.FLAT,