mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 12:36:57 +00:00
Add notification for "Other" tournament types
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user