1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Merge remote-tracking branch 'origin/ac/ac-1139/deprecate-custom-collection-perm-eliykat' into ac/ac-1139/deprecate-custom-collection-perm

This commit is contained in:
Rui Tome
2023-11-27 13:33:00 +00:00
3 changed files with 22 additions and 2 deletions

View File

@@ -622,7 +622,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{
provide: OrganizationServiceAbstraction,
useClass: OrganizationService,
deps: [StateServiceAbstraction],
deps: [StateServiceAbstraction, ConfigServiceAbstraction],
},
{
provide: InternalOrganizationServiceAbstraction,