1
0
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:
Oscar Hinton
2025-06-03 15:42:08 +02:00
committed by GitHub
parent 618ab229e9
commit deb9ba6e31
6 changed files with 12 additions and 22 deletions

View File

@@ -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<{