From f937e242560eb5c381add8e2af5807a18c98e858 Mon Sep 17 00:00:00 2001 From: jabahum Date: Mon, 11 Nov 2024 20:03:37 +0300 Subject: [PATCH] remove required --- src/results/result-form-field.component.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/results/result-form-field.component.tsx b/src/results/result-form-field.component.tsx index b908912d..5fd5f283 100644 --- a/src/results/result-form-field.component.tsx +++ b/src/results/result-form-field.component.tsx @@ -45,9 +45,6 @@ const ResultFormField: React.FC = ({ return ( <> - {Object.keys(errors).length > 0 && ( -
All fields are required
- )} {isTextOrNumeric(concept) && (