Skip to content

Commit

Permalink
use title on text cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawan Kumar authored and Pawan Kumar committed May 10, 2024
1 parent 63c6c25 commit c70107e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function PlainTextCell(props: PlainTextCellProps & BaseCellComponentProps) {
isBold={isBold}
isItalic={isItalic}
lineClamp={lineClamp}
title={value}
variant="body"
>
{value}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function URLCell(props: NumberCellProps & BaseCellComponentProps) {
isBold={isBold}
isItalic={isItalic}
lineClamp={lineClamp}
title={text}
variant="body"
>
{text}
Expand Down

0 comments on commit c70107e

Please sign in to comment.