1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 10:54:00 +00:00

[PM-32060] Access Intelligence: Disable select all checkbox when table is empty (#18914)

This commit is contained in:
Brad
2026-02-11 09:40:39 -08:00
committed by jaasen-livefront
parent 758a1ece69
commit 863f1436a3

View File

@@ -10,6 +10,7 @@
[bitTooltip]="allAppsSelected() ? ('deselectAll' | i18n) : ('selectAll' | i18n)"
(change)="selectAllChanged($event.target)"
[attr.aria-label]="allAppsSelected() ? ('deselectAll' | i18n) : ('selectAll' | i18n)"
[disabled]="dataSource().filteredData?.length === 0"
/>
</th>
<th bitCell></th>