fix(BOOK-558): Fixed issue where city is not prefilled inside the booking widget
Approved-by: Matilda Landström
This commit is contained in:
@@ -16,7 +16,7 @@ export default async function BookingWidgetDestinationCityPage(
|
||||
|
||||
const bookingWidgetSearchParams = {
|
||||
bookingCode: bookingCode ?? "",
|
||||
city: pageData?.city.name ?? "",
|
||||
city: pageData?.city.cityIdentifier ?? "",
|
||||
}
|
||||
|
||||
const booking = parseBookingWidgetSearchParams(bookingWidgetSearchParams)
|
||||
|
||||
Reference in New Issue
Block a user