This commit is contained in:
Niels Lyngsø
2023-01-09 20:09:44 +01:00
parent b2027ef5d9
commit 9fda355d06

View File

@@ -5,6 +5,7 @@ import { BehaviorSubject, Observable } from 'rxjs';
import UmbTreeItemActionElement, { ActionPageEntity } from '../action/tree-item-action.element';
import { UmbLitElement } from '@umbraco-cms/element';
// TODO: Refactor this, its not a service and the data should be handled by a context api.
@customElement('umb-tree-context-menu-page-service')
export class UmbTreeContextMenuPageService extends UmbLitElement {
static styles = [UUITextStyles, css``];