fix: handle back button

This commit is contained in:
Christel Westerberg
2024-10-17 16:07:30 +02:00
parent e4617d84ba
commit 2fab1fd917
4 changed files with 46 additions and 8 deletions

View File

@@ -394,8 +394,8 @@ export const getHotelDataSchema = z.object({
hotelFacts: z.object({
checkin: checkinSchema,
ecoLabels: ecoLabelsSchema,
hotelFacilityDetail: hotelFacilitySchema.optional(),
hotelInformation: hotelInformationSchema.optional(),
hotelFacilityDetail: hotelFacilitySchema,
hotelInformation: hotelInformationSchema,
interior: interiorSchema,
receptionHours: receptionHoursSchema,
yearBuilt: z.string(),