mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 09:52:34 +01:00
set the first fiels as active
This commit is contained in:
parent
8e9aef8169
commit
17e9e379d6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue