We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60997d1 commit d61268aCopy full SHA for d61268a
packages/compass-crud/src/components/json-editor.tsx
@@ -208,6 +208,7 @@ const JSONEditor: React.FunctionComponent<JSONEditorProps> = ({
208
copyable={false}
209
formattable={false}
210
customActions={actions}
211
+ minLines={3}
212
readOnly={!editing}
213
showLineNumbers={editing}
214
className={cx(editorStyles, darkMode && editorDarkModeStyles)}
0 commit comments