Skip to content

Commit

Permalink
restore readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Jun 7, 2024
1 parent 2e26b02 commit cab6a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { i18n } from '@kbn/i18n';
import { Markdown as SharedUXMarkdown } from '@kbn/shared-ux-markdown';

const Markdown = (props: Parameters<typeof SharedUXMarkdown>[0]) => (
<SharedUXMarkdown {...props} enableSoftLineBreaks />
<SharedUXMarkdown {...props} readOnly enableSoftLineBreaks />
);

export const initialSection = (
Expand Down

0 comments on commit cab6a0b

Please sign in to comment.