Skip to content

Commit

Permalink
(feat) updated the UI enchancement
Browse files Browse the repository at this point in the history
  • Loading branch information
its-kios09 committed Nov 9, 2024
1 parent 29d2c2c commit 1cbbd7f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,8 @@ const PatientAdditionalInfoForm: React.FC<PatientAdditionalInfoFormProps> = ({ c
className={styles.sectionField}
placeholder={t('dischargeArea', 'Discharge Area')}
labelText={t('dischargeArea', 'Discharge Area')}
invalid={!!errors.tagNumber}
invalidText={errors.tagNumber?.message}
invalid={!!errors.dischargeArea}
invalidText={errors.dischargeArea?.message}
/>
)}
/>
Expand Down

0 comments on commit 1cbbd7f

Please sign in to comment.