go to the location view after real estate type selection
This commit is contained in:
@@ -11,7 +11,7 @@ const getRealEstateTypes = (req, res) => {
|
||||
const postRealEstateTypes = async (req, res) => {
|
||||
const request = await currentRERequest(req);
|
||||
|
||||
const nextStepPage = req.query.nextStep || "grad";
|
||||
const nextStepPage = req.query.nextStep || "lokacija";
|
||||
|
||||
if (request && request.uniqueId) {
|
||||
const nextStepUrl = `/${nextStepPage}/${request.uniqueId}`;
|
||||
|
||||
Reference in New Issue
Block a user