Merged in fix/remove-filter-to-show-all-hotels (pull request #925)
Fix/remove filter to show all hotels * fix: remove filter to show all hotels on select-hotel-page * fix: add missing translations Approved-by: Pontus Dreij
This commit is contained in:
committed by
Joakim Jäderberg
parent
c6fc500d9e
commit
400f35516c
@@ -105,7 +105,7 @@ const hotelContentSchema = z.object({
|
||||
imageSizes: imageSizesSchema,
|
||||
}),
|
||||
texts: z.object({
|
||||
facilityInformation: z.string(),
|
||||
facilityInformation: z.string().optional(),
|
||||
surroundingInformation: z.string(),
|
||||
descriptions: z.object({
|
||||
short: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user