Skip to content

Commit

Permalink
(fix) Inconsistent dates between session date and encounter date (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-jofrancisco authored Mar 25, 2024
1 parent 6e25369 commit 0443a9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/FormBootstrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@ const FormBootstrap = ({
handleEncounterCreate,
handleOnValidate,
showDiscardSubmitButtons: false,
preFilledQuestions: { ...activeSessionMeta },
preFilledQuestions: {
...activeSessionMeta,
encDate: activeSessionMeta.sessionDate,
},
}}
/>
)}
Expand Down

0 comments on commit 0443a9e

Please sign in to comment.