diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace-property/workspace-property.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace-property/workspace-property.element.ts index 8de7ad1175..3295ac5c11 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace-property/workspace-property.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/workspace-property/workspace-property.element.ts @@ -135,8 +135,6 @@ export class UmbWorkspacePropertyElement extends UmbLitElement { this._propertyContext.setVariantId(value); } - // TODO: property for setting variantId. - // TODO: make interface for UMBPropertyEditorElement @state() private _element?: { value?: any; config?: any } & HTMLElement; // TODO: invent interface for propertyEditorUI. @@ -219,6 +217,7 @@ export class UmbWorkspacePropertyElement extends UmbLitElement { return html` ${this._renderPropertyActionMenu()}