Skip to content

Commit

Permalink
Remove required check on resulting.
Browse files Browse the repository at this point in the history
Remove required check on resulting.
  • Loading branch information
slubwama authored Nov 12, 2024
2 parents cfa8c58 + f937e24 commit 416f8a0
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 416f8a0

Please sign in to comment.