Skip to content

Commit 12b1f37

Browse files
Monwabisi Sifumbaraymond-lam
authored andcommitted
⏪ Revert to empty object
1 parent 6bee5d7 commit 12b1f37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

example/src/PlaygroundContainer.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ const useStyles = createUseStyles({
1919
});
2020

2121
// 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-
};
22+
const initialJsonSchema = {};
2823
const initialUiSchema = {};
2924
const mods = {};
3025

0 commit comments

Comments
 (0)