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 68c3165 commit 7ec5901Copy full SHA for 7ec5901
src/model/FormGenerator.js
@@ -33,7 +33,7 @@ export default class FormGenerator {
33
let formProperties;
34
let form;
35
return jsonld
36
- .flatten(structure, {})
+ .compact(structure, {})
37
.then((flattenedStructure) => {
38
try {
39
const [formQuestions, rootForm] =
0 commit comments