diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/entity-action.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/entity-action.element.ts index 455fe01585..df0aae7a55 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/entity-action.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/components/entity-action/entity-action.element.ts @@ -45,7 +45,6 @@ class UmbEntityActionElement extends UmbLitElement { // TODO: Fix so when we use a HREF it does not refresh the page? this._href = await this.#api.getHref?.(); - this.requestUpdate('_href'); } #api: any;