remove default element for entity actions

This commit is contained in:
Niels Lyngsø
2024-03-04 11:23:33 +01:00
parent e142863407
commit db6c3b662a

View File

@@ -56,7 +56,6 @@ export class UmbEntityActionListElement extends UmbLitElement {
? html`
<umb-extension-with-api-slot
type="entityAction"
default-element="umb-entity-action"
.filter=${this._filter}
.elementProps=${this._props}
.apiArgs=${this._apiArgs}></umb-extension-with-api-slot>