mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Fix ng select and product switcher (#15046)
* Fix ng select and product switcher * Fix story * Fix tests
This commit is contained in:
@@ -20,7 +20,6 @@ import {
|
||||
from,
|
||||
} from "rxjs";
|
||||
|
||||
import { I18nPipe } from "@bitwarden/angular/platform/pipes/i18n.pipe";
|
||||
import { OrganizationApiServiceAbstraction } from "@bitwarden/common/admin-console/abstractions/organization/organization-api.service.abstraction";
|
||||
import {
|
||||
getOrganizationById,
|
||||
@@ -100,7 +99,6 @@ export class OverviewComponent implements OnInit, OnDestroy {
|
||||
protected loading = true;
|
||||
protected organizationEnabled = false;
|
||||
protected organization: Organization;
|
||||
protected i18n: I18nPipe;
|
||||
protected onboardingTasks$: Observable<SMOnboardingTasks>;
|
||||
|
||||
protected view$: Observable<{
|
||||
|
||||
Reference in New Issue
Block a user