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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user