1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +00:00

uncomment code

This commit is contained in:
Jordan Aasen
2024-12-04 10:37:53 -08:00
committed by GitHub
parent 7d1f767e8e
commit f8608e6d38

View File

@@ -72,7 +72,7 @@ export class AllApplicationsComponent implements OnInit {
this.dataSource.data = applicationsReport;
this.applicationSummary =
this.riskInsightsReportService.generateApplicationsSummary(applicationsReport);
// this.loading = false;
this.loading = false;
}),
)
.subscribe();