Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Nov 13, 2024
1 parent c13d3d7 commit 01bf5af
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/Patient/DailyRounds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -655,12 +655,10 @@ export const DailyRounds = (props: any) => {
<SelectFormField
{...selectField("nutrition_route", NUTRITION_ROUTE_CHOICES)}
/>
<div data-scribe-ignore={state.form.nutrition_route !== "ORAL"}>
<SelectFormField
{...selectField("oral_issue", ORAL_ISSUE_CHOICES)}
disabled={state.form.nutrition_route !== "ORAL"}
/>
</div>
<SelectFormField
{...selectField("oral_issue", ORAL_ISSUE_CHOICES)}
disabled={state.form.nutrition_route !== "ORAL"}
/>
<SelectFormField
{...selectField("appetite", APPETITE_CHOICES)}
/>
Expand Down

0 comments on commit 01bf5af

Please sign in to comment.