Fix GroupsComponent: Set initialLoading to false when no node is selected
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
parent
3bd923cbbb
commit
c139bd6b05
|
@ -235,6 +235,7 @@ export class GroupsComponent implements OnInit, OnDestroy {
|
|||
} else {
|
||||
this.selectedNode = null;
|
||||
this.selectedClients.data = [];
|
||||
this.initialLoading = false;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue