From 89f65ea4db696917b3033d20dbc40b4a4df9a436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 24 May 2023 12:56:04 +0200 Subject: [PATCH] clean up --- .../core/components/entity-action/entity-action.element.ts | 1 - 1 file changed, 1 deletion(-) 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;