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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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