Skip to content

Commit

Permalink
Merge pull request #1652 from samuelmale/fix/unableMaximizeWorkspace
Browse files Browse the repository at this point in the history
Ability to maximize forms
  • Loading branch information
ebambo authored Sep 21, 2023
2 parents d7d9f8e + 1bc6777 commit 405a59f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const launchOHRIWorkSpace = (props: WorkspaceContextProps) => {
featureName: 'ohri-forms-workspace-item',
moduleName: props.moduleName,
}),
canMaximize: true,
canHide: true,
width: 'wider',
});
launchPatientWorkspace(workspaceName, {
...props.state,
Expand Down

0 comments on commit 405a59f

Please sign in to comment.