actions: remove execute function

This commit is contained in:
Jesper Møller Jensen
2022-09-01 14:27:23 +02:00
parent c572bd076c
commit 114fff741e

View File

@@ -77,10 +77,6 @@ export class UmbActionService extends UmbContextProviderMixin(LitElement) {
this._modalOpen = false;
}
public execute(action: ManifestEntityAction) {
console.log('Execute action: ', action);
}
public openPage(elementName: string) {
const element = document.createElement(elementName);
this._pages.push(element);