Skip to content

Commit f724820

Browse files
Fix typo in ErrorsListTemplate example (#4087)
Co-authored-by: Heath C <[email protected]>
1 parent 67f9c48 commit f724820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/advanced-customization/custom-templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ function ErrorListTemplate(props: ErrorListProps) {
480480
}
481481

482482
render(
483-
<Form schema={schema} validator={validator} templates={{ DescriptionFieldTemplate }} />,
483+
<Form schema={schema} validator={validator} templates={{ ErrorListTemplate }} />,
484484
document.getElementById('app')
485485
);
486486
```

0 commit comments

Comments
 (0)