Remove root node name from json view
This commit is contained in:
@@ -40,6 +40,7 @@ class ValueRenderer extends React.Component<Props, {}> {
|
|||||||
<ReactJson
|
<ReactJson
|
||||||
style={{ width: '100%' }}
|
style={{ width: '100%' }}
|
||||||
src={json}
|
src={json}
|
||||||
|
name={null}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user