Tournament select field

This commit is contained in:
Timothy Armes
2023-10-16 18:07:38 +02:00
committed by Owen Rees
parent a0f9d4dd4e
commit db369a3979
15 changed files with 518 additions and 88 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ export const addTournamentSchema = z.object({
});
export const fetchTournamentResultsSchema = z.object({
url: z.string().url({ message: "FormValidation.url" }),
id: z.string().min(1, { message: "FormValidation.required" }),
});