diff --git a/src/FormBootstrap.tsx b/src/FormBootstrap.tsx index 777c3ec..efb50a9 100644 --- a/src/FormBootstrap.tsx +++ b/src/FormBootstrap.tsx @@ -157,6 +157,7 @@ const FormBootstrap = ({ patientUuid, patient, encounterUuid: encounterUuid ?? '', + promptBeforeClosing:()=>undefined, closeWorkspace: () => undefined, handlePostResponse: (encounter) => { handlePostResponse(encounter);