File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
redisinsight/ui/src/pages/browser/components/string-details Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ const StringDetails = (props: Props) => {
90
90
&& ! isEqualBuffers ( initialValue , stringToBuffer ( initialValueString ) )
91
91
)
92
92
setIsEditable ( ! isCompressed && isFormatEditable ( viewFormatProp ) )
93
- setNoEditableText ( isCompressed ? TEXT_DISABLED_COMPRESSED_VALUE : TEXT_FAILED_CONVENT_FORMATTER ( viewFormat ) )
93
+ setNoEditableText ( isCompressed ? TEXT_DISABLED_COMPRESSED_VALUE : TEXT_FAILED_CONVENT_FORMATTER ( viewFormatProp ) )
94
94
95
95
dispatch ( setIsStringCompressed ( isCompressed ) )
96
96
@@ -166,6 +166,7 @@ const StringDetails = (props: Props) => {
166
166
title = { noEditableText }
167
167
className = { styles . tooltip }
168
168
position = "bottom"
169
+ data-testid = "string-value-tooltip"
169
170
>
170
171
< > { value } </ >
171
172
</ EuiToolTip >
You can’t perform that action at this time.
0 commit comments