1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Use ngSwitchDefault so that ‘singleOrgPolicy’ affected users see org filter (#2975)

This commit is contained in:
Robyn MacCallum
2022-06-27 09:09:51 -04:00
committed by GitHub
parent 81c61c8cec
commit c044c5c770

View File

@@ -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 }}"