Skip to content

Commit

Permalink
Fixed street update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblurie29 committed Apr 6, 2024
1 parent 9a719de commit a666a2f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ const PatientDetailsModal = ({
{editMode && (
<>
<Input
name="Address"
name="Street"
register={register}
type="text"
placeholder="Address"
placeholder="Street"
defaultValue={patient["Street"]}
error={errors.Street?.message} // Display the error message
/>
Expand Down

0 comments on commit a666a2f

Please sign in to comment.