We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4603fa1 commit 7183936Copy full SHA for 7183936
src/components/EmergencyForm/schema/formSchema.ts
@@ -36,7 +36,7 @@ const phoneNumberSchema = z
36
if (digitsOnly.length !== 12) {
37
ctx.addIssue({
38
code: z.ZodIssueCode.custom,
39
- message: 'Telefon numarası 12 haneli olmalıdır',
+ message: 'Telefon numarası 10 haneli olmalıdır',
40
})
41
}
42
} catch (err) {
0 commit comments