set the first fiels as active

This commit is contained in:
Val Erastov 2022-07-24 19:46:37 -07:00
parent 8e9aef8169
commit 17e9e379d6

View file

@ -54,6 +54,7 @@ export function activate(ctx: ApplicationContext) {
let operation = {
appearance,
schemaIndex,
defaultActiveField: schemaIndex.fields[0]?.flattenedPath, // to be overridden by descriptor
...descriptor,
schema, form
};