fixed #6596 Missing field name tooltip

This commit is contained in:
Sandheep-OSC 2024-08-10 16:13:13 +05:30
parent 39512a779e
commit 65d32893fb

View File

@ -135,7 +135,7 @@ export const RecordInlineCellContainer = ({
</StyledLabelContainer>
)}
{/* TODO: Displaying Tooltips on the board is causing performance issues https://react-tooltip.com/docs/examples/render */}
{!showLabel && !fieldDefinition?.disableTooltip && (
{label && !fieldDefinition?.disableTooltip && (
<AppTooltip
anchorSelect={`#${labelId}`}
content={label}