feat(SW-392): Added book a table link click

This commit is contained in:
Erik Tiekstra
2025-01-09 13:08:25 +01:00
parent a68f3cc8e6
commit 14e8e2254c
7 changed files with 73 additions and 19 deletions

View File

@@ -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(),