Skip to content

Commit 4f06a34

Browse files
authored
Update src/table/toolbar/table-toolbar.component.ts
1 parent 7d2c625 commit 4f06a34

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
@@ -49,8 +49,7 @@ import { TableRowSize } from "../table.types";
4949
<section
5050
class="bx--table-toolbar"
5151
[ngClass]="{'bx--table-toolbar--small' : size === 'sm'}"
52-
[attr.aria-label]="actionBarLabel.subject | async"
53-
role="group">
52+
[attr.aria-label]="actionBarLabel.subject | async">
5453
<div
5554
*ngIf="model && selected"
5655
class="bx--batch-actions bx--batch-actions--active">

0 commit comments

Comments
 (0)