diff --git a/package.json b/package.json index 3254dab3..892ebcd5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx b/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx index 7e2e024c..b86a7bce 100644 --- a/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx +++ b/packages/esm-patient-registration-app/src/patient-verification/client-registry.component.tsx @@ -35,7 +35,7 @@ export const ClientRegistry: React.FC = ({ setInitialFormVa handleOnChange(selectedItem?.id, 'identifierType')} itemToString={(item) => (item ? item.text : '')}