diff --git a/bitwarden_license/bit-web/src/app/secrets-manager/layout/navigation.component.html b/bitwarden_license/bit-web/src/app/secrets-manager/layout/navigation.component.html index b6a16f0b4d..ce43bef331 100644 --- a/bitwarden_license/bit-web/src/app/secrets-manager/layout/navigation.component.html +++ b/bitwarden_license/bit-web/src/app/secrets-manager/layout/navigation.component.html @@ -2,7 +2,7 @@ - + (); + /** + * Visibility of the New Organization button + * (Temporary; will be removed when ability to create organizations is added to SM.) + */ + @Input() + hideNewButton = false; + constructor(private route: ActivatedRoute, private organizationService: OrganizationService) {} protected toggle(event?: MouseEvent) {