fix: duplicate validation error messages for rule violations in form field (#6805)

This commit is contained in:
Katherine 2025-04-30 09:36:05 +08:00 committed by GitHub
parent fe005e091a
commit fd8606e69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,6 +50,7 @@ const InternalFormBlockProvider = (props) => {
const form = useMemo(
() =>
createForm({
validateFirst: true,
readPretty,
}),
[readPretty],