1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

run report logic

This commit is contained in:
Alex
2025-08-14 10:56:42 -04:00
parent 185e967797
commit 5f195f26a7

View File

@@ -117,9 +117,8 @@ export class AllApplicationsComponent implements OnInit {
});
if (result) {
// User clicked "Run Report" - you can implement the report running logic here
// TODO: Implement report running functionality
// For example: this.dataService.runReport() or navigate to report page
// User clicked "Run Report" - trigger the report
this.dataService.triggerReport();
}
}