diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts index 97916fcee8..cd9486f22a 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/property-actions/shared/property-action-menu/property-action-menu.element.ts @@ -65,7 +65,7 @@ export class UmbPropertyActionMenuElement extends UmbLitElement { } private _observePropertyActions() { - this.observe( + this.observe( umbExtensionsRegistry .extensionsOfType('propertyAction') .pipe( @@ -98,7 +98,7 @@ export class UmbPropertyActionMenuElement extends UmbLitElement { render() { return html` - ${this._actions?.length > 0 + ${this._actions.length > 0 ? html`