From 7ff79d77f2d16aa6c2a4fdbbc8c128044a765c54 Mon Sep 17 00:00:00 2001 From: Michael Moses Date: Tue, 24 Mar 2020 16:35:19 -0400 Subject: [PATCH 1/2] style(component): added an asterisk to the Allergy Name field Added an asterisk to indicate that the name field is required #1928 --- .env.example | 2 +- src/patients/allergies/NewAllergyModal.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8e0036ab76..b9af75d3b2 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001 \ No newline at end of file +REACT_APP_HOSPITALRUN_API=http://0.0.0.0:5984 diff --git a/src/patients/allergies/NewAllergyModal.tsx b/src/patients/allergies/NewAllergyModal.tsx index 531f9e4207..9f4c331a11 100644 --- a/src/patients/allergies/NewAllergyModal.tsx +++ b/src/patients/allergies/NewAllergyModal.tsx @@ -51,6 +51,7 @@ const NewAllergyModal = (props: NewAllergyModalProps) => { Date: Tue, 24 Mar 2020 17:45:03 -0400 Subject: [PATCH 2/2] Update .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b9af75d3b2..65bc0f7037 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -REACT_APP_HOSPITALRUN_API=http://0.0.0.0:5984 +REACT_APP_HOSPITALRUN_API=http://0.0.0.0:3001