Skip to content

Commit

Permalink
Remove required attribute from SelectFormField
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Nov 27, 2023
1 parent 466d4ed commit 85754e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ export const DailyRounds = (props: any) => {

<SelectFormField
{...field("review_interval")}
required
label="Review After"
labelSuffix={getExpectedReviewTime()}
options={REVIEW_AT_CHOICES}
Expand Down

0 comments on commit 85754e2

Please sign in to comment.