feat: add mobile ui to calendar
This commit is contained in:
@@ -29,7 +29,7 @@ export const bookingWidgetSchema = z.object({
|
||||
// This will be updated when working in guests component
|
||||
z.object({
|
||||
adults: z.number().default(1),
|
||||
childs: z.array(
|
||||
children: z.array(
|
||||
z.object({
|
||||
age: z.number(),
|
||||
bed: z.number(),
|
||||
|
||||
Reference in New Issue
Block a user