Skip to content

Commit

Permalink
Update ShiftCreate.tsx (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Apr 28, 2023
1 parent 1346a4f commit 9150a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Patient/ShiftCreate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ export const ShiftCreate = (props: patientShiftProps) => {

let requiredFields: any = {
refering_facility_contact_name: {
errorText: "Name of contact of the referring facility",
errorText: "Name of contact of the current facility",
},
refering_facility_contact_number: {
errorText: "Phone number of contact of the referring facility",
errorText: "Phone number of contact of the current facility",
invalidText: "Please enter valid phone number",
},
reason: {
Expand Down

0 comments on commit 9150a02

Please sign in to comment.