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 681c18a commit fdca7cfCopy full SHA for fdca7cf
src/components/fields/ObjectField.js
@@ -63,7 +63,7 @@ class ObjectField extends Component {
63
);
64
}
65
return (
66
- <div>
+ <div class="fields">
67
{title &&
68
<TitleField
69
id={`${idSchema.$id}__title`}
0 commit comments