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) && (