[SM-630] fix onboarding persistence (#4968)
This commit is contained in:
parent
702a84d9ef
commit
5caabd7157
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue