replace async-validator

This commit is contained in:
proddy
2026-06-19 12:06:33 +02:00
parent 392812d489
commit 92d63d6f5d
26 changed files with 204 additions and 42 deletions

View File

@@ -4,7 +4,7 @@ import type { FC } from 'react';
import { FormHelperText, TextField } from '@mui/material';
import type { TextFieldProps } from '@mui/material';
import type { ValidateFieldsError } from 'async-validator';
import type { ValidateFieldsError } from 'validators/schema';
interface ValidatedFieldProps {
fieldErrors?: ValidateFieldsError;