Skip to content

Commit dfb88ca

Browse files
review: add tabindes to table group title
1 parent 8da4d30 commit dfb88ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/TableGroup/TableGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function TableGroup({
3232

3333
const renderTitle = () => {
3434
return (
35-
<div onClick={toggleCollapsed} className={b('title-wrapper')}>
35+
<div onClick={toggleCollapsed} className={b('title-wrapper')} tabIndex={0}>
3636
<ArrowToggle direction={expanded ? 'top' : 'bottom'} />
3737
<div className={b('title')}>
3838
<Text variant="subheader-2">{title}</Text>

0 commit comments

Comments
 (0)