1
0
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:
JaredScar
2026-01-22 17:27:47 -05:00
parent 70076392d1
commit c23a547d53

View File

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