Skip to content

Commit

Permalink
add FormMessage too
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Feb 13, 2025
1 parent af59c8c commit e356a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Patient/PatientRegistration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ export default function PatientRegistration(
/>
</FormControl>

<FormMessage />

{/* <FormMessage /> */}
{form.getValues("age") && (
<div className="text-sm font-bold">
Expand Down

0 comments on commit e356a78

Please sign in to comment.