pass form data to server component

This commit is contained in:
2025-12-10 16:07:33 +01:00
parent 1ec15179b7
commit 432baf4c7c
5 changed files with 61 additions and 31 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ const matchPlayerSchema = z.object({
export const matchSchema = z.object({
competition: z.string(),
date: z.string(),
date: z.date(),
ronde: z.number(),
lieu: z.string(),
team1: z.string(),