From 5caabd7157373a7c0078f6855e6266997279c485 Mon Sep 17 00:00:00 2001 From: Will Martin Date: Thu, 9 Mar 2023 13:39:38 -0500 Subject: [PATCH] [SM-630] fix onboarding persistence (#4968) --- .../src/app/secrets-manager/overview/overview.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts b/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts index 73d73be053..0ce7d70651 100644 --- a/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts +++ b/bitwarden_license/bit-web/src/app/secrets-manager/overview/overview.component.ts @@ -91,7 +91,6 @@ export class OverviewComponent implements OnInit, OnDestroy { ) {} ngOnInit() { - this.stateService.setSMOnboardingTasks(null); const orgId$ = this.route.params.pipe( map((p) => p.organizationId), distinctUntilChanged()