This commit is contained in:
Julia Gru
2023-07-21 16:21:34 +02:00
parent 2884482d67
commit 54983914fd

View File

@@ -139,7 +139,6 @@ export class UmbPartialViewsRepository
}
async requestTreeItemsOf(path: string | null) {
debugger;
if (path === null) {
return this.requestRootTreeItems();
}