Skip to content

Commit

Permalink
remove required
Browse files Browse the repository at this point in the history
  • Loading branch information
jabahum committed Nov 11, 2024
1 parent cfa8c58 commit f937e24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/results/result-form-field.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ const ResultFormField: React.FC<ResultFormFieldProps> = ({

return (
<>
{Object.keys(errors).length > 0 && (
<div className={styles.errorDiv}>All fields are required</div>
)}
{isTextOrNumeric(concept) && (
<Controller
control={control}
Expand Down

0 comments on commit f937e24

Please sign in to comment.