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 8da4d30 commit dfb88caCopy full SHA for dfb88ca
src/containers/Storage/TableGroup/TableGroup.tsx
@@ -32,7 +32,7 @@ export function TableGroup({
32
33
const renderTitle = () => {
34
return (
35
- <div onClick={toggleCollapsed} className={b('title-wrapper')}>
+ <div onClick={toggleCollapsed} className={b('title-wrapper')} tabIndex={0}>
36
<ArrowToggle direction={expanded ? 'top' : 'bottom'} />
37
<div className={b('title')}>
38
<Text variant="subheader-2">{title}</Text>
0 commit comments