Skip to content

Commit 581bbc6

Browse files
mykalmaxfresioAS
authored andcommitted
fix(web_common): add title to control button (SQLMesh#5540)
Signed-off-by: fresioAS <andreas.fredhoi@three60energy.com>
1 parent 3cdfbe5 commit 581bbc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)