Skip to content

Commit

Permalink
Merge branch 'AMPATH:main' into feat/add-ampath-registration
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqedme authored Feb 26, 2024
2 parents 946ec68 + f085b26 commit 391ed3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/esm-patient-registration-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MPL-2.0",
"homepage": "https://github.com/ampath/ampath-esm-3.x#readme",
"scripts": {
"start": "openmrs develop",
"start": "openmrs develop ",
"serve": "webpack serve --mode=development",
"debug": "npm run serve",
"build": "webpack --mode production",
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
1 change: 0 additions & 1 deletion packages/esm-projectbeyond-app
Submodule esm-projectbeyond-app deleted from e42b63

0 comments on commit 391ed3e

Please sign in to comment.