mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
PM-19470 Redirect to the first tab (#14164)
This commit is contained in:
@@ -95,10 +95,13 @@ export class CriticalApplicationsComponent implements OnInit {
|
||||
}
|
||||
|
||||
goToAllAppsTab = async () => {
|
||||
await this.router.navigate([`organizations/${this.organizationId}/risk-insights`], {
|
||||
await this.router.navigate(
|
||||
[`organizations/${this.organizationId}/access-intelligence/risk-insights`],
|
||||
{
|
||||
queryParams: { tabIndex: RiskInsightsTabType.AllApps },
|
||||
queryParamsHandling: "merge",
|
||||
});
|
||||
},
|
||||
);
|
||||
};
|
||||
|
||||
unmarkAsCriticalApp = async (hostname: string) => {
|
||||
|
||||
Reference in New Issue
Block a user