This commit is contained in:
Niels Lyngsø
2023-05-24 13:39:15 +02:00
parent 7fdb83c5ba
commit e228a8a140

View File

@@ -45,7 +45,6 @@ export class UmbEntityActionsBundleElement extends UmbLitElement {
.pipe(map((actions) => actions.filter((action) => action.conditions.entityTypes.includes(this.entityType!)))),
(actions) => {
this._hasActions = actions.length > 0;
console.log('umb-entity-actions-bundle — observe', this._entityType, this._hasActions);
},
'observeEntityAction'
);