Skip to content

Commit 3e043a7

Browse files
committed
fix: Update accessibility issue caused by merge
Signed-off-by: Akshat Patel <[email protected]>
1 parent 816ed28 commit 3e043a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/table/toolbar/table-toolbar.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ import { TableRowSize } from "../table.types";
5555
class="cds--batch-actions"
5656
[ngClass]="{
5757
'cds--batch-actions--active': selected
58-
}"
59-
[attr.aria-label]="actionBarLabel.subject | async">
58+
}">
6059
<div class="cds--batch-summary">
6160
<p class="cds--batch-summary__para" *ngIf="count as n">
6261
<ng-container *ngIf="_batchTextLegacy.subject | async as legacyText; else batchTextBlock">

0 commit comments

Comments
 (0)