From 3f5a84b78fdd5158f3f865686dd1a1e99ae9993c Mon Sep 17 00:00:00 2001 From: Viktor Stefanov <122864734+viiktorstefanov@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:53:53 +0300 Subject: [PATCH] show only one error msg for description field (#1937) --- src/components/common/form/FormRichTextField.tsx | 6 ------ 1 file changed, 6 deletions(-) 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 }) => (