Skip to content

Commit

Permalink
Removed mandatory for Rhythm field (#6662)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamprakash123 authored Nov 22, 2023
1 parent d81b698 commit 0ec5cfb
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 @@ -609,7 +609,6 @@ export const DailyRounds = (props: any) => {

<SelectFormField
{...field("rhythm")}
required
label="Rhythm"
options={RHYTHM_CHOICES}
optionLabel={(option) => option.desc}
Expand Down

0 comments on commit 0ec5cfb

Please sign in to comment.