-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(labs): support list of notes for lab requests #2325
feat(labs): support list of notes for lab requests #2325
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/hospitalrun/hospitalrun-frontend/cv540dib6 |
src/labs/requests/NewLabRequest.tsx
Outdated
@@ -24,10 +24,12 @@ const NewLabRequest = () => { | |||
const [newLabRequest, setNewLabRequest] = useState({ | |||
patient: '', | |||
type: '', | |||
notes: '', | |||
// notes: [''], |
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.
Just remove this line
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.
My bad.
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.
I did it as requested but looks like the deployment failed and I don't really know if it was my fault.
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.
LGTM
This seems to be affected by HospitalRun/components#583 @rsousaj @jackcmeyer |
@tehkapa What is the status of this PR? |
Fixes #2297 .
Changes proposed in this pull request: