Skip to content

Commit 5276863

Browse files
#RI-4922 - fix json big string view
1 parent 8f8972e commit 5276863

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)