mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
fix: duplicate validation error messages for rule violations in form field (#6805)
This commit is contained in:
parent
fe005e091a
commit
fd8606e69e
@ -50,6 +50,7 @@ const InternalFormBlockProvider = (props) => {
|
||||
const form = useMemo(
|
||||
() =>
|
||||
createForm({
|
||||
validateFirst: true,
|
||||
readPretty,
|
||||
}),
|
||||
[readPretty],
|
||||
|
Loading…
x
Reference in New Issue
Block a user