-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eusm commodity create Update #1330
Conversation
23834ca
to
340c1d0
Compare
packages/fhir-group-management/src/components/CommodityAddEdit/Default/index.tsx
Show resolved
Hide resolved
packages/fhir-group-management/src/components/CommodityAddEdit/Default/index.tsx
Show resolved
Hide resolved
packages/fhir-group-management/src/components/CommodityAddEdit/Eusm/index.tsx
Show resolved
Hide resolved
packages/fhir-group-management/src/components/CommodityAddEdit/Eusm/index.tsx
Show resolved
Hide resolved
@@ -51,7 +51,22 @@ Object.defineProperty(window, 'location', { | |||
}, | |||
writable: true, | |||
}); | |||
window.__PRELOADED_STATE__ = { random: 'Preloaded state, baby!' }; | |||
|
|||
function toArrayBuffer(buffer) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain this. You might also consider adding a docstring here. It's not immediately clear how and why it's used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it should go to utils?
The base branch was changed.
closes #1328
Enable Creating and editing Eusm - style supply chain commodities.
Checklist