This commit is contained in:
Niels Lyngsø
2023-02-02 09:47:06 +01:00
parent 04934c5132
commit 26880a637f

View File

@@ -137,6 +137,7 @@ export class UmbTreeElement extends UmbLitElement {
});
}
//TODO: remove when repositories are fully implemented:
private _observeStoreTreeRoot() {
if (!this._store?.getTreeRoot) return;
@@ -150,7 +151,6 @@ export class UmbTreeElement extends UmbLitElement {
}
render() {
// TODO: Fix Type Mismatch ` as Entity` in this template:
return html`
${repeat(
this._items,