We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4027f5a commit 9591bcbCopy full SHA for 9591bcb
src/AiidaExplorer/VisualiserPane/RawDataVisualiser.jsx
@@ -125,12 +125,10 @@ export default function RawDataVisualiser({ nodeData = {} }) {
125
<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">
126
<JsonView
127
value={safeData}
128
- rootName={false}
129
collapsed={false}
130
shouldExpandNodeInitially={(isExpanded, { level }) => level < 2}
131
displayDataTypes={false}
132
enableClipboard={true}
133
- quotesOnKeys={false}
134
>
135
{/* Remove quotes only for keys */}
136
<JsonView.Quote
0 commit comments