Skip to content

Commit

Permalink
Merge pull request #10 from hiqedme/feat/add-ampath-registration
Browse files Browse the repository at this point in the history
(feat) Add custom patient registration with  patient
  • Loading branch information
Rugute authored Feb 26, 2024
2 parents 15be9c6 + c465127 commit 0d42cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"scripts": {
"start": "openmrs develop",
"start": "openmrs develop --backend http://amrs.ampath.or.ke:8080 --sources packages/esm-patient-registration-app --api-url /amrs --spa-path /amrs/spa/ --port 8021",
"ci:publish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag latest",
"ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ampth/esm-3.x-app npm publish --access public --tag next",
"release": "yarn workspaces foreach --all --topological version",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ClientRegistry: React.FC<ClientRegistryProps> = ({ setInitialFormVa
<Dropdown
id="default"
titleText="Verification ID Type"
label="Select verification ID Type"
label="Select verification ID Typee"
items={identifierTypes}
onChange={({ selectedItem }) => handleOnChange(selectedItem?.id, 'identifierType')}
itemToString={(item) => (item ? item.text : '')}
Expand Down

0 comments on commit 0d42cdd

Please sign in to comment.