refactor: url management in hotel reservation flow
This commit is contained in:
@@ -10,7 +10,7 @@ export function preload() {
|
||||
|
||||
export default async function BookingWidget({
|
||||
type,
|
||||
searchParams,
|
||||
bookingWidgetSearchParams,
|
||||
}: BookingWidgetProps) {
|
||||
const locations = await getLocations()
|
||||
const siteConfig = await getSiteConfig()
|
||||
@@ -23,7 +23,7 @@ export default async function BookingWidget({
|
||||
<BookingWidgetClient
|
||||
locations={locations.data}
|
||||
type={type}
|
||||
searchParams={searchParams}
|
||||
bookingWidgetSearchParams={bookingWidgetSearchParams}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user