Skip to content

Commit 36a48c4

Browse files
irinaAbramova-devirinaP-local
authored andcommitted
#RI-5081 - fix unclickable input
1 parent db8d5da commit 36a48c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/string-details/StringDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const StringDetails = (props: Props) => {
117117
if (viewFormat !== viewFormatProp) {
118118
setViewFormat(viewFormatProp)
119119
}
120-
}, [initialValue, viewFormatProp, compressor])
120+
}, [initialValue, viewFormatProp, compressor, length])
121121

122122
useEffect(() => {
123123
// Approximate calculation of textarea rows by initialValue

0 commit comments

Comments
 (0)