We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73426f3 commit e15821bCopy full SHA for e15821b
src/components/fields/ObjectField.js
@@ -62,7 +62,7 @@ class ObjectField extends Component {
62
</div>
63
);
64
}
65
- const finalClass = (this.props.uiSchema && this.props.uiSchema.classNames)?this.props.uiSchema.classNames:"";
+ const finalClass = (this.props.schema && this.props.schema.classNames)?this.props.schema.classNames:"";
66
return (
67
<div className={finalClass}>
68
{title &&
0 commit comments