Skip to content

Commit bce0f18

Browse files
committed
fix: docs updated
1 parent 619765f commit bce0f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/validations/custom-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```jsx
1212
<Form
1313
schema={givenSchema}
14-
uiSchema={givenSchema}
14+
uiSchema={givenUISchema}
1515
formData={givenFormData}
1616
onCancel={onCancel}
1717
onSubmit={onSubmit}

0 commit comments

Comments
 (0)