Skip to content

Commit

Permalink
Ability to maximize forms
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmale committed Sep 21, 2023
1 parent d7d9f8e commit 1bc6777
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 1bc6777

Please sign in to comment.