diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-editor/workspace-editor.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-editor/workspace-editor.element.ts index 05027eb6ce..4eb78d777e 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-editor/workspace-editor.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/workspace/workspace-editor/workspace-editor.element.ts @@ -36,10 +36,10 @@ export class UmbWorkspaceEditorElement extends UmbLitElement { @property() public headline = ''; - @property({type: Boolean}) + @property({ type: Boolean }) public hideNavigation = false; - @property({type: Boolean}) + @property({ type: Boolean }) public enforceNoFooter = false; private _alias = ''; @@ -89,11 +89,6 @@ export class UmbWorkspaceEditorElement extends UmbLitElement { ); } - // TODO: Move into a helper function: - private componentHasManifest(component: HTMLElement): component is HTMLElement & { manifest: unknown } { - return component ? 'manifest' in component : false; - } - private _createRoutes() { this._routes = [];