Skip to content

Commit

Permalink
Remove required rule for ORCID
Browse files Browse the repository at this point in the history
Co-authored-by: Alec M <[email protected]>
  • Loading branch information
Alejandro-Vega and amattu2 authored Oct 4, 2024
1 parent 1b9ccfc commit 6000570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/content/studies/StudyView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ const StudyView: FC<Props> = ({ _id }: Props) => {
<Controller
name="ORCID"
control={control}
rules={{ required: "This field is required" }}
render={({ field }) => (
<StyledTextField
{...field}
Expand Down

0 comments on commit 6000570

Please sign in to comment.