remove unused prop

This commit is contained in:
Niels Lyngsø
2023-02-02 09:45:57 +01:00
parent 76a9c03322
commit 04934c5132

View File

@@ -64,8 +64,6 @@ export class UmbTreeElement extends UmbLitElement {
private _treeContext?: UmbTreeContextBase;
private _store?: UmbTreeStore<Entity>;
#treeRepository?: any; // TODO: make interface
protected firstUpdated(): void {
this._observeTree();
}