mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +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 () => {
|
goToAllAppsTab = async () => {
|
||||||
await this.router.navigate([`organizations/${this.organizationId}/risk-insights`], {
|
await this.router.navigate(
|
||||||
queryParams: { tabIndex: RiskInsightsTabType.AllApps },
|
[`organizations/${this.organizationId}/access-intelligence/risk-insights`],
|
||||||
queryParamsHandling: "merge",
|
{
|
||||||
});
|
queryParams: { tabIndex: RiskInsightsTabType.AllApps },
|
||||||
|
queryParamsHandling: "merge",
|
||||||
|
},
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
unmarkAsCriticalApp = async (hostname: string) => {
|
unmarkAsCriticalApp = async (hostname: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user