mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
pass form data to server component
This commit is contained in:
+1
-1
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user