Skip to content

Commit

Permalink
Merge branch 'develop' | Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Nov 29, 2023
2 parents 68d2edd + 5cde457 commit a542cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ export const ConsultationForm = (props: any) => {
required
label="Route to Facility"
{...field("route_to_facility")}
disabled={isUpdate}
disabled={isUpdate && !!state.form.route_to_facility} // For backwards compatibility; Allow in edit form only if route_to_facility is not set previously
/>
</div>

Expand Down

1 comment on commit a542cd1

@vercel
Copy link

@vercel vercel bot commented on a542cd1 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

care-storybook – ./

care-storybook-ohcnetwork.vercel.app
care-storybook-git-master-ohcnetwork.vercel.app

Please sign in to comment.