Skip to content

Commit 4947b12

Browse files
author
Ruben van Leeuwen
committed
1904: Circular snafu
1 parent 9db41cd commit 4947b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/packages/pydantic-forms/src/core/hooks/useGetZodValidator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const getZodRule = (
5050
const arrayItem = pydanticFormField.arrayItem;
5151
const arrayItemRule = arrayItem
5252
? getZodRule(
53-
pydanticFormField,
53+
arrayItem,
5454
rhf,
5555
customValidationRule,
5656
customComponentMatcher,

0 commit comments

Comments
 (0)