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 7d2c625 commit 4f06a34Copy full SHA for 4f06a34
src/table/toolbar/table-toolbar.component.ts
@@ -49,8 +49,7 @@ import { TableRowSize } from "../table.types";
49
<section
50
class="bx--table-toolbar"
51
[ngClass]="{'bx--table-toolbar--small' : size === 'sm'}"
52
- [attr.aria-label]="actionBarLabel.subject | async"
53
- role="group">
+ [attr.aria-label]="actionBarLabel.subject | async">
54
<div
55
*ngIf="model && selected"
56
class="bx--batch-actions bx--batch-actions--active">
0 commit comments