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 86c05b7 commit 8c9bc68Copy full SHA for 8c9bc68
src/ui.js
@@ -271,7 +271,6 @@ export function getArrayFormRow(args) {
271
} else if (schema.items.hasOwnProperty('anyOf')) {
272
groups.push(<AnyOf parentArgs={args} nextArgs={{...nextArgs}} key={"anyOf_" + name + '_' + i} />);
273
} else {
274
- console.log(nextArgs)
275
rows.push(getStringFormRow(nextArgs));
276
}
277
0 commit comments