diff --git a/lib/src/Components/Input/RichTextEditor.tsx b/lib/src/Components/Input/RichTextEditor.tsx index ae706ebb..36b86018 100644 --- a/lib/src/Components/Input/RichTextEditor.tsx +++ b/lib/src/Components/Input/RichTextEditor.tsx @@ -29,7 +29,6 @@ interface RichTextEditorProps { updateFormValue?: (value: string) => void } - /** * @category Input */