Scheduler

This commit is contained in:
Nedim Uka
2019-06-18 15:05:40 +02:00
parent b17b6862ba
commit 9a8a27d1d9
4 changed files with 156 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
const realEstateTypes = [
{ title: "Kuća", id: "kuca", hasGardenSize: true },
{ title: "Stan", id: "stan", hasGardenSize: false },
{ title: "Vikendica", id: "vikendica", hasGardenSize: true }
{ title: "Kuća", id: "kuca", hasGardenSize: true, olixCategory: 23 },
{ title: "Stan", id: "stan", hasGardenSize: false, olixCategory: 24},
{ title: "Vikendica", id: "vikendica", hasGardenSize: true, olixCategory: 26 }
];
const sizes = [