Skip to content

Commit 9591bcb

Browse files
committed
cleanup vispane
1 parent 4027f5a commit 9591bcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/AiidaExplorer/VisualiserPane/RawDataVisualiser.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,10 @@ export default function RawDataVisualiser({ nodeData = {} }) {
125125
<div className="ae:max-h-32 ae:md:max-h-96 ae:overflow-auto ae:border ae:border-slate-200 ae:rounded ae:p-1 ae:bg-slate-100">
126126
<JsonView
127127
value={safeData}
128-
rootName={false}
129128
collapsed={false}
130129
shouldExpandNodeInitially={(isExpanded, { level }) => level < 2}
131130
displayDataTypes={false}
132131
enableClipboard={true}
133-
quotesOnKeys={false}
134132
>
135133
{/* Remove quotes only for keys */}
136134
<JsonView.Quote

0 commit comments

Comments
 (0)