Skip to content

Commit

Permalink
O3-2952 React form engine requires a page reload to open another form… (
Browse files Browse the repository at this point in the history
openmrs#1730)

O3-2952 React form engine requires a page reload to open another form after launching a specific form
  • Loading branch information
CynthiaKamau authored Mar 13, 2024
1 parent 6d0b682 commit 226c2d4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/esm-form-engine-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ export const importTranslation = require.context('../translations', false, /.jso

export function startupApp() {
defineConfigSchema(moduleName, configSchema);
registerWorkspace({
name: 'patient-form-entry-workspace',
title: 'Clinical Form',
load: getAsyncLifecycle(() => import('./form-renderer/form-renderer.component'), options),
canMaximize: true,
canHide: true,
width: 'wider',
type: 'clinical-form',
});
}

export const formRenderer = getAsyncLifecycle(() => import('./form-renderer/form-renderer.component'), options);

0 comments on commit 226c2d4

Please sign in to comment.