Skip to content

Commit 1b53aa4

Browse files
msyavuzafc163
andauthored
fix: remove tab role from removeButton (#810)
Co-authored-by: afc163 <[email protected]>
1 parent 5ed3463 commit 1b53aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/TabNavList/TabNode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const TabNode: React.FC<TabNodeProps> = props => {
128128
{removable && (
129129
<button
130130
type="button"
131-
role="tab"
132131
aria-label={removeAriaLabel || 'remove'}
133132
tabIndex={active ? 0 : -1}
134133
className={`${tabPrefix}-remove`}

0 commit comments

Comments
 (0)