mirror of
https://github.com/documenso/documenso.git
synced 2025-11-27 14:59:10 +10:00
This commit is contained in:
committed by
Mythie
parent
352e4f81fd
commit
4b2fec305f
@@ -30,7 +30,7 @@ import { claimPlan } from '~/api/claim-plan/fetcher';
|
||||
import { FormErrorMessage } from '../form/form-error-message';
|
||||
|
||||
export const ZClaimPlanDialogFormSchema = z.object({
|
||||
name: z.string().min(3),
|
||||
name: z.string().trim().min(3, { message: 'Please enter a valid name.' }),
|
||||
email: z.string().email(),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user