Skip to content

Commit ff3d034

Browse files
committed
RI-6058 fix display tooltip title in stream values
1 parent 6fed1a3 commit ff3d034

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)