Skip to content

Commit

Permalink
(fix) O3-2715: make clinical forms workspace not maximizable
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Jan 22, 2024
1 parent 7c62284 commit a91eaeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/esm-patient-forms-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function startupApp() {
name: 'patient-form-entry-workspace',
title: translateFrom('@openmrs/esm-patient-forms-app', 'clinicalForm', 'Clinical Form'),
load: getAsyncLifecycle(() => import('./forms/form-entry.component'), options),
canMaximize: true,
canHide: true,
width: 'wider',
type: 'clinical-form',
Expand All @@ -56,7 +55,6 @@ export function startupApp() {
title: translateFrom('@openmrs/esm-patient-forms-app', 'clinicalForms', 'Clinical Forms'),
load: getAsyncLifecycle(() => import('./forms/forms-workspace.component'), options),
type: 'clinical-form',
canMaximize: true,
width: 'wider',
});
}
Expand Down

0 comments on commit a91eaeb

Please sign in to comment.