Skip to content

Commit f5896e7

Browse files
committed
add title to control button
1 parent 7b3dbd9 commit f5896e7

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)