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

feat(patients): added an asterisk to the Allergy Name field #1944

Merged
merged 3 commits into from
Mar 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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