set the right property

This commit is contained in:
Niels Lyngsø
2024-03-04 01:14:13 +01:00
parent ea49982570
commit 481534e8ac

View File

@@ -59,7 +59,7 @@ export class UmbEntityActionListElement extends UmbLitElement {
default-element="umb-entity-action"
.filter=${this._filter}
.elementProps=${this._props}
.apiArgs=${[this._props]}></umb-extension-with-api-slot>
.apiArgs=${[this._apiArgs]}></umb-extension-with-api-slot>
`
: '';
}