1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

[AC-1913] Update OrganizationLayoutComponent to use PolicyService to check if the user has the SingleOrg policy and use the value to hide the 'New Org' button (#8349)

This commit is contained in:
Rui Tomé
2024-04-03 15:51:21 +01:00
committed by GitHub
parent 2977616be4
commit ff3ff89e20
3 changed files with 7 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ export class OrgSwitcherComponent {
/**
* Visibility of the New Organization button
* (Temporary; will be removed when ability to create organizations is added to SM.)
*/
@Input()
hideNewButton = false;