mirror of
https://github.com/bitwarden/browser
synced 2026-01-29 07:43:28 +00:00
Fix default value for all option on deprecated members page
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
[attr.aria-label]="'memberStatusFilter' | i18n"
|
||||
*ngIf="showUserManagementControls()"
|
||||
>
|
||||
<bit-toggle [value]="null">
|
||||
<bit-toggle [value]="undefined">
|
||||
{{ "all" | i18n }}
|
||||
<span bitBadge variant="info" *ngIf="dataSource.activeUserCount as allCount">{{
|
||||
allCount
|
||||
|
||||
Reference in New Issue
Block a user