fix(2547): filter inActive hotels from booking widget
This commit is contained in:
committed by
Michael Zetterberg
parent
6a2bb5ac2d
commit
5f38a92b74
@@ -5,7 +5,7 @@ export const locationCitySchema = z.object({
|
||||
cityIdentifier: z.string().optional(),
|
||||
keyWords: z.array(z.string()).optional(),
|
||||
name: z.string().optional().default(""),
|
||||
isPublished: z.boolean().default(false),
|
||||
isPublished: z.boolean(),
|
||||
}),
|
||||
country: z.string().optional().default(""),
|
||||
id: z.string().optional().default(""),
|
||||
|
||||
Reference in New Issue
Block a user