Tooltip
Wed Jun 12 2024 10:18:30 GMT+0000 (Coordinated Universal Time)
Saved by
@taufiq_ali
<StyledTableCell>
{connectedEmail.credentialInfoProvider.toUpperCase() === "IMAP" ? (
<Tooltip
arrow
title="IMAP provider support emails incoming and outgoing, not calendar functionalities"
placement="top"
classes={{ tooltip: classes.tooltip }}
>
<StyledChip style={statusChipColor("WARNING")}>
{connectedEmail.credentialInfoProvider.toUpperCase()}
</StyledChip>
</Tooltip>
) : (
<StyledChip style={statusChipColor("WARNING")}>
{connectedEmail.credentialInfoProvider.toUpperCase()}
</StyledChip>
)}
</StyledTableCell>
content_copyCOPY
Comments