mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
Use ngSwitchDefault so that ‘singleOrgPolicy’ affected users see org filter (#2975)
This commit is contained in:
parent
81c61c8cec
commit
c044c5c770
@ -45,7 +45,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</ng-container>
|
||||
<ng-container *ngSwitchCase="'organizationMember'">
|
||||
<ng-container *ngSwitchDefault>
|
||||
<div class="filter-heading" [ngClass]="{ active: !hasActiveFilter }">
|
||||
<button
|
||||
appA11yTitle="{{ 'toggleCollapse' | i18n }}"
|
||||
|
Loading…
Reference in New Issue
Block a user