Skip to content

Commit

Permalink
fix styling of status
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesb committed Jan 10, 2025
1 parent 5617207 commit e228a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/javascript/src/components/PatientDashboardForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default PatientDashboardForm = ({
label={i18n.t('patient.shared.status')}
value={patientData.status}
className="form-control-plaintext"
disabled="true"
tooltip={statusTooltip}
onChange={e => debouncedAutosave({ status: e.target.value })}
/>
Expand Down

0 comments on commit e228a8b

Please sign in to comment.