Skip to content

Commit 35064d1

Browse files
review: add button title
1 parent 299910e commit 35064d1

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-
<button onClick={toggleCollapsed} className={b('button')}>
35+
<button onClick={toggleCollapsed} className={b('button')} title={title}>
3636
<div className={b('title-wrapper')}>
3737
<ArrowToggle direction={expanded ? 'top' : 'bottom'} />
3838
<div className={b('title')}>

0 commit comments

Comments
 (0)