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:
@@ -60,7 +60,8 @@ export const getDestinationsAutoCompleteRoute = safeProtectedServiceProcedure
|
||||
|
||||
const selectedCity = locations.find(
|
||||
(location) =>
|
||||
location.type === "cities" && location.name === input.selectedCity
|
||||
location.type === "cities" &&
|
||||
location.cityIdentifier === input.selectedCity
|
||||
)
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user