Skip to content

Commit ffaac92

Browse files
authored
Merge pull request #3766 from RedisInsight/fe/bugfix/RI-6058-fix-stream-tooltip
RI-6058 fix display tooltip title in stream values
2 parents ab854d7 + ff3d034 commit ffaac92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/modules/key-details/components/stream-details/stream-data-view/StreamDataViewWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const StreamDataViewWrapper = (props: Props) => {
224224
>
225225
<FormattedValue
226226
value={formattedValue}
227-
title={isValid ? 'Field' : TEXT_FAILED_CONVENT_FORMATTER(viewFormatProp)}
227+
title={isValid ? 'Value' : TEXT_FAILED_CONVENT_FORMATTER(viewFormatProp)}
228228
tooltipContent={tooltipContent}
229229
expanded={expanded}
230230
truncateLength={650}

0 commit comments

Comments
 (0)