Fix node group map channel count

This commit is contained in:
Mononaut
2023-10-11 01:09:10 +00:00
parent 5302b27d55
commit af3d6eccfb
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ export class GroupPreviewComponent implements OnInit {
return of(null);
}
return this.lightningApiService.getNodGroupNodes$(this.groupId);
return this.lightningApiService.getNodeGroup$(this.groupId);
}),
map((nodes) => {
for (const node of nodes) {