diff --git a/packages/client/src/schemas/markdown/index.tsx b/packages/client/src/schemas/markdown/index.tsx index 9f0b81053..965929015 100644 --- a/packages/client/src/schemas/markdown/index.tsx +++ b/packages/client/src/schemas/markdown/index.tsx @@ -63,15 +63,23 @@ function MarkdownTextArea(props: any) { setValue(e.target.value); }} /> - + + + + ); } @@ -90,6 +98,9 @@ Markdown.Void = observer((props: any) => { { + field.readPretty = true; + }} onSubmit={async (value) => { field.readPretty = true; schema['default'] = value;