diff --git a/web/app/cad/craft/operationPlugin.ts b/web/app/cad/craft/operationPlugin.ts index de51d020..d4f21910 100644 --- a/web/app/cad/craft/operationPlugin.ts +++ b/web/app/cad/craft/operationPlugin.ts @@ -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 };