Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
feat(patients): added an asterisk to the Allergy Name field (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoses committed Mar 24, 2020
1 parent 37ac2b5 commit b7e7142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
@@ -1 +1 @@
REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001
REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001
1 change: 1 addition & 0 deletions src/patients/allergies/NewAllergyModal.tsx
Expand Up @@ -50,6 +50,7 @@ const NewAllergyModal = (props: NewAllergyModalProps) => {
<form>
<TextInputWithLabelFormGroup
name="name"
isRequired
label={t('patient.allergies.allergyName')}
isEditable
placeholder={t('patient.allergies.allergyName')}
Expand Down

1 comment on commit b7e7142

@vercel
Copy link

@vercel vercel bot commented on b7e7142 Mar 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.