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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user