Fix GroupsComponent: Set initialLoading to false when no node is selected
testing/ogGui-multibranch/pipeline/head This commit looks good Details

pull/16/head
Lucas Lara García 2025-02-05 13:03:05 +01:00
parent 3bd923cbbb
commit c139bd6b05
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ export class GroupsComponent implements OnInit, OnDestroy {
} else {
this.selectedNode = null;
this.selectedClients.data = [];
this.initialLoading = false;
}
}
},