feat(SW-392): Added book a table link click
This commit is contained in:
@@ -36,7 +36,7 @@ const restaurantOpeningDetailSchema = z.object({
|
||||
export const restaurantSchema = z
|
||||
.object({
|
||||
attributes: z.object({
|
||||
name: z.string().optional(),
|
||||
name: z.string(),
|
||||
isPublished: z.boolean().default(false),
|
||||
email: z.string().optional(),
|
||||
phoneNumber: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user