First Nightly Fix (#2498)

This commit is contained in:
Joe Milazzo 2023-12-14 07:16:20 -06:00 committed by GitHub
parent d7734964e7
commit 11729892cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -119,6 +119,8 @@ export class DashboardComponent implements OnInit {
loadDashboard() {
this.isLoadingDashboard = true;
this.streamsLoaded = 0;
this.streamCount = 0;
this.cdRef.markForCheck();
this.dashboardService.getDashboardStreams().subscribe(streams => {
this.streams = streams;