Skip to content

Commit

Permalink
Feedbacks | External ID Click to copy tooltip to include external ID
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 15, 2024
1 parent 588692a commit ed262cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ExternalIdLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ExternalIdLabel = ({ value, style, iconStyle }) => {
}

return (
<Tooltip title={t('common.click_to_copy')}>
<Tooltip title={t('common.click_to_copy') + ' ' + value}>
<span style={{display: 'flex', alignItems: 'center', cursor: 'copy', ...style}} onClick={onClick}>
<ExternalIdIcon size='small' sx={{marginTop: '4px', width: '18px', height: '18px', ...iconStyle}} />
<span style={{marginRight: '4px', fontSize: '12px', colors: SECONDARY_COLORS.main}}>
Expand Down

0 comments on commit ed262cc

Please sign in to comment.