Merged in fix/SW-2838-in-select-hotel-lang-switch- (pull request #2261)

fix: SW-2838 Use of city identifier instead of city name

* fix: SW-2838 Updated selection to city identifier instead of city name


Approved-by: Christian Andolf
Approved-by: Linus Flood
This commit is contained in:
Hrishikesh Vaipurkar
2025-06-03 07:58:00 +00:00
parent 3d80f9fecb
commit f9e838e77a
7 changed files with 14 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ export function Search({
switch (selectedItem.type) {
case "cities":
setValue("hotel", undefined)
setValue("city", selectedItem.name)
setValue("city", selectedItem.cityIdentifier)
break
case "hotels":