This commit is contained in:
Niels Lyngsø
2023-05-24 12:56:04 +02:00
parent 78c6b83d8a
commit 89f65ea4db

View File

@@ -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;