Merged in feat/SW-1454-hotel-listing-city-page (pull request #1250)
feat(SW-1454): added hotel listing * feat(SW-1454): added hotel listing Approved-by: Fredrik Thorsson
This commit is contained in:
@@ -30,7 +30,7 @@ export const restaurantsOverviewPageSchema = z.object({
|
||||
})
|
||||
|
||||
export const extraPageSchema = z.object({
|
||||
elevatorPitch: z.string().optional(),
|
||||
elevatorPitch: z.string().default(""),
|
||||
mainBody: z.string().optional(),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user