mirror of
https://github.com/zhigang1992/react-jsonschema-form.git
synced 2026-04-29 12:45:34 +08:00
Fixed a small typo in the Object Field Template section (#1057)
This commit is contained in:
committed by
Ethan Glasser-Camp
parent
f9c70314d5
commit
04cd62749d
@@ -1031,7 +1031,7 @@ function ObjectFieldTemplate(props) {
|
||||
<div>
|
||||
{props.title}
|
||||
{props.description}
|
||||
{props.properties.map(element => <div className="property-wrapper">{element.children}</div>)}
|
||||
{props.properties.map(element => <div className="property-wrapper">{element.content}</div>)}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user