diff --git a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.element.ts b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.element.ts index 471e09ec66..c70112a1bd 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.element.ts @@ -13,6 +13,7 @@ export class UmbBlockGridAreaTypeWorkspaceElement extends UmbLitElement { // #manifest?: ManifestWorkspace; #workspaceContext?: UmbBlockGridAreaTypeWorkspaceContext; + #editorElement = () => { const element = new UmbBlockGridAreaTypeWorkspaceEditorElement(); element.workspaceAlias = this.#manifest!.alias; @@ -37,7 +38,6 @@ export class UmbBlockGridAreaTypeWorkspaceElement extends UmbLitElement { this._routes = [ /* { - // Would it make more sense to have groupKey before elementTypeKey? path: 'create', component: this.#editorElement, setup: async (_component, info) => {