Skip to content

Commit

Permalink
Disable future date for Patient admission
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jun 21, 2023
1 parent 66a14c0 commit ed8f611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ export const ConsultationForm = (props: any) => {
<DateFormField
{...field("admission_date")}
required
disableFuture
label="Admission date"
position="LEFT"
/>
Expand Down

0 comments on commit ed8f611

Please sign in to comment.