Skip to content

Commit

Permalink
Bump the @openmrs/esm-framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 committed Dec 12, 2024
1 parent 6d8a65c commit 603732f
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ export default function DrugOrderBasketPanelExtension() {
closeWorkspace('order-basket', {
ignoreChanges: true,
onWorkspaceClose: () => launchPatientWorkspace('add-drug-order'),
closeWorkspaceGroup: false,
});
};

const openDrugForm = (order: DrugOrderBasketItem) => {
closeWorkspace('order-basket', {
ignoreChanges: true,
onWorkspaceClose: () => launchPatientWorkspace('add-drug-order', { order }),
closeWorkspaceGroup: false,
});
};

Expand Down
Loading

0 comments on commit 603732f

Please sign in to comment.