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 dae0953 commit ccc0198Copy full SHA for ccc0198
demo/components/LiveSchemaEditorForm.js
@@ -30,7 +30,6 @@ class LiveSchemaEditorForm extends Component {
30
const newEntity = this.getNewProps(entityName);
31
const newSchema = this.getNewProps(schema);
32
33
- console.log(JSON.stringify(newLayout))
34
return <div>
35
<div className='row'>
36
<div className="col-md-12">
0 commit comments