1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

fix loading icon size

This commit is contained in:
jaasen-livefront
2024-12-03 12:34:23 -08:00
parent ea3500b317
commit 6d98365976

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();