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 6bee5d7 commit 12b1f37Copy full SHA for 12b1f37
example/src/PlaygroundContainer.js
@@ -19,12 +19,7 @@ const useStyles = createUseStyles({
19
});
20
21
// Can be used to set initial schemas and mods (useful for development)
22
-const initialJsonSchema = {
23
- type: 'object',
24
- properties: {},
25
- required: [],
26
- additionalProperties: false,
27
-};
+const initialJsonSchema = {};
28
const initialUiSchema = {};
29
const mods = {};
30
0 commit comments