refactor(SW-302): split upp function into two
This commit is contained in:
@@ -165,7 +165,7 @@ const detailedFacilitySchema = z.object({
|
||||
})
|
||||
|
||||
export const facilitySchema = z.object({
|
||||
headingText: z.string().optional(), // TODO: Should not be optional, remove when we get meetingsAndConferences headingText
|
||||
headingText: z.string(),
|
||||
heroImages: z.array(
|
||||
z.object({
|
||||
metaData: imageMetaDataSchema,
|
||||
|
||||
Reference in New Issue
Block a user