Add notification for "Other" tournament types

This commit is contained in:
Timothy Armes
2024-09-30 15:03:30 +02:00
parent ee031588ff
commit 7c1aa60c3f
5 changed files with 19 additions and 24 deletions
+1
View File
@@ -39,6 +39,7 @@ export const zoneSchema = z
classicNotifications: z.boolean(),
rapidNotifications: z.boolean(),
blitzNotifications: z.boolean(),
otherNotifications: z.boolean(),
})
.refine((data) => data.features.features.length > 0, {
message: "FormValidation.zone",