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 ef4caef8e7..8e232f5e76 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 @@ -75,8 +75,8 @@ export class UmbPropertyActionMenuElement extends UmbLitElement { ) ) ), - (propertyActionManifests) => { - this._actions = propertyActionManifests; + (manifests) => { + this._actions = manifests; } ); }