Skip to content

Commit 23cae46

Browse files
authored
Merge pull request #2555 from RedisInsight/fe/bugfix/RI-4922_huge_json_string
#RI-4922 - fix json big string view
2 parents e047a27 + 5276863 commit 23cae46

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/browser/components/rejson-details/RejsonDetails

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/rejson-details/RejsonDetails/RejsonDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ class RejsonDetails extends React.Component<Props, State> {
472472
deleteMsg={deleteMsg}
473473
onJSONPropertyEdited={onJSONPropertyEdited}
474474
instanceId={instanceId}
475-
keyName={selectedKey}
475+
keyName={bufferToString(selectedKey)}
476476
value={data as JSONScalarValue}
477477
handleSubmitUpdateValue={handleSubmitUpdateValue}
478478
handleSubmitRemoveKey={(path, jsonKeyName) => this.onClickRemoveKey(path, jsonKeyName)}

0 commit comments

Comments
 (0)