mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Remove additional flag from organization layout html component (#17755)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<org-switcher [filter]="orgFilter" [hideNewButton]="hideNewOrgButton$ | async"></org-switcher>
|
<org-switcher [filter]="orgFilter" [hideNewButton]="hideNewOrgButton$ | async"></org-switcher>
|
||||||
<bit-nav-item
|
<bit-nav-item
|
||||||
icon="bwi-dashboard"
|
icon="bwi-dashboard"
|
||||||
*ngIf="organization.useAccessIntelligence && organization.canAccessReports"
|
*ngIf="organization.canAccessReports"
|
||||||
[text]="'accessIntelligence' | i18n"
|
[text]="'accessIntelligence' | i18n"
|
||||||
route="access-intelligence"
|
route="access-intelligence"
|
||||||
></bit-nav-item>
|
></bit-nav-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user