diff --git a/src/components/common/form/FormRichTextField.tsx b/src/components/common/form/FormRichTextField.tsx index 4018762e8..ae86d969b 100644 --- a/src/components/common/form/FormRichTextField.tsx +++ b/src/components/common/form/FormRichTextField.tsx @@ -42,12 +42,6 @@ export default function FormRichTextField({ name }: FormRichTextFieldProps) { return (
- {meta.touched && meta.error && ( - - {helperText} - - )} - {({ field }: { field: FieldInputProps }) => (