Skip to content

Commit 196b923

Browse files
committed
fixed docs error
1 parent 24d3411 commit 196b923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/api-reference/form-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ render(
181181
schema={schema}
182182
validator={validator}
183183
experimental_defaultFormStateBehavior={{
184-
arrayMinItems: { populate: 'requiredOnly' },
184+
emptyObjectFields: 'populateRequiredDefaults',
185185
}}
186186
/>,
187187
document.getElementById('app')

0 commit comments

Comments
 (0)