We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ed28 commit 3e043a7Copy full SHA for 3e043a7
src/table/toolbar/table-toolbar.component.ts
@@ -55,8 +55,7 @@ import { TableRowSize } from "../table.types";
55
class="cds--batch-actions"
56
[ngClass]="{
57
'cds--batch-actions--active': selected
58
- }"
59
- [attr.aria-label]="actionBarLabel.subject | async">
+ }">
60
<div class="cds--batch-summary">
61
<p class="cds--batch-summary__para" *ngIf="count as n">
62
<ng-container *ngIf="_batchTextLegacy.subject | async as legacyText; else batchTextBlock">
0 commit comments