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 299910e commit 35064d1Copy full SHA for 35064d1
src/containers/Storage/TableGroup/TableGroup.tsx
@@ -32,7 +32,7 @@ export function TableGroup({
32
33
const renderTitle = () => {
34
return (
35
- <button onClick={toggleCollapsed} className={b('button')}>
+ <button onClick={toggleCollapsed} className={b('button')} title={title}>
36
<div className={b('title-wrapper')}>
37
<ArrowToggle direction={expanded ? 'top' : 'bottom'} />
38
<div className={b('title')}>
0 commit comments