Skip to content

Commit 5971301

Browse files
committed
fix(Tabs): remove default tablist aria-label
Signed-off-by: Mohamed Fall <ps.hackmaster@gmail.com>
1 parent 33ee4be commit 5971301

File tree

1 file changed

+1
-1
lines changed
  • packages/react-core/src/components/Tabs

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Tabs/Tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ class Tabs extends Component<TabsProps, TabsState> {
630630
</div>
631631
)}
632632
<ul
633-
aria-label={tabListAriaLabel || 'Tab List'}
633+
aria-label={tabListAriaLabel}
634634
className={css(styles.tabsList)}
635635
ref={this.tabList}
636636
onScroll={this.handleScrollButtons}

0 commit comments

Comments
 (0)