-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(patients): better form feedback for add allergy #1945
Conversation
…lRun#1924 Changes made in NewAllergyModel.tsx for two new hooks to store isInvalid boolean and textInput feedback. Additional error added to allergies in English index.ts fix HospitalRun#1924
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/hospitalrun/hospitalrun-frontend/c3qc2qotk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One code change and some test fixing, then this PR should be good to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One code change and some test fixing, then this PR should be good to go!
Change names of boolean which stores if input is invalid in NewAllergyModal.tsx for clarity fix HospitalRun#1924
Hi @cfiorini74, the good is looking good! However, the tests are still failing. Please let me know if you need any help resolving the failing tests! |
Changes variable in test for newallergymodel as String for the alert in actual newallergymodel.tsx has been changed. fix HospitalRun#1924
LGTM! Thanks for the PR, @cfiorini74 |
Fixes #1924.