Fix JSON editor overflow row edit modal
This commit is contained in:
parent
53f1a4e67d
commit
2db3012ae0
|
@ -81,6 +81,7 @@
|
|||
<Label>{label}</Label>
|
||||
<Editor
|
||||
editorHeight="250"
|
||||
editorWidth="320"
|
||||
mode="json"
|
||||
on:change={({ detail }) => (value = detail.value)}
|
||||
value={stringVal}
|
||||
|
|
Loading…
Reference in New Issue