Skip to content

Commit d01a567

Browse files
authored
fix(web_common): add title to control button (#5540)
1 parent 7b3dbd9 commit d01a567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/common/src/components/Lineage/LineageControlButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function LineageControlButton({
3131
className,
3232
)}
3333
disabled={disabled}
34+
title={text}
3435
>
3536
{children}
3637
</ControlButton>

0 commit comments

Comments
 (0)