skip to query review directly when editing data
This commit is contained in:
@@ -25,32 +25,32 @@ const getQueryReview = async (req,res) => {
|
||||
{
|
||||
id: 'realEstateType',
|
||||
title: realEstateTypeTitle,
|
||||
url: `/vrstanekretnine/${uniqueId}`,
|
||||
url: `/vrstanekretnine/${uniqueId}?nextStep=pregled`,
|
||||
},
|
||||
{
|
||||
id: 'region',
|
||||
title: regionName,
|
||||
url: `/region/${uniqueId}`,
|
||||
url: `/grad/${uniqueId}?nextStep=mjesto`,
|
||||
},
|
||||
{
|
||||
id: 'municipality',
|
||||
title: municipalityName,
|
||||
url: `/mjesto/${uniqueId}`,
|
||||
url: `/mjesto/${uniqueId}?nextStep=pregled`,
|
||||
},
|
||||
{
|
||||
id: 'size',
|
||||
title: sizeTitle,
|
||||
url: `/povrsina/${uniqueId}`,
|
||||
url: `/povrsina/${uniqueId}?nextStep=pregled`,
|
||||
},
|
||||
{
|
||||
id: 'gardenSize',
|
||||
title: gardenSizeTitle,
|
||||
url: `/okucnica/${uniqueId}`,
|
||||
url: `/okucnica/${uniqueId}?nextStep=pregled`,
|
||||
},
|
||||
{
|
||||
id: 'price',
|
||||
title: priceTitle,
|
||||
url: `/cijena/${uniqueId}`
|
||||
url: `/cijena/${uniqueId}?nextStep=pregled`
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user