diff --git a/frontend/src/components/shared/markdown-editor/markdown-editor-field.tsx b/frontend/src/components/shared/markdown-editor/markdown-editor-field.tsx index ae97327a..8e9cb810 100644 --- a/frontend/src/components/shared/markdown-editor/markdown-editor-field.tsx +++ b/frontend/src/components/shared/markdown-editor/markdown-editor-field.tsx @@ -14,10 +14,9 @@ import type { EditorViewMode } from './markdown-editor-view-mode'; const MarkdownEditor = lazy(() => import('./markdown-editor').then((module) => ({ default: module.MarkdownEditor }))); interface MarkdownEditorFieldProps extends Pick { - // `className` styles the rich wrapper, `rawClassName` the raw