1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 14:34:02 +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 GitHub
parent bd3f8dd4c1
commit 32a22aa8cf

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>