From 7a5c07f47fcfedaf9bbf78bbfddce6b64e4295fb Mon Sep 17 00:00:00 2001 From: Brandon Istenes Date: Wed, 20 Sep 2023 14:26:19 -0400 Subject: [PATCH] O3-2424: Refactor esm-test-results-app to be esm-labs-app (#745) --- frontend/spa-build-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json index ea9bd7399..800f68d30 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -17,11 +17,11 @@ "@openmrs/esm-patient-conditions-app": "next", "@openmrs/esm-patient-forms-app": "next", "@openmrs/esm-patient-flags-app": "next", + "@openmrs/esm-patient-labs-app": "next", "@openmrs/esm-patient-medications-app": "next", "@openmrs/esm-patient-notes-app": "next", "@openmrs/esm-patient-orders-app": "next", "@openmrs/esm-patient-programs-app": "next", - "@openmrs/esm-patient-test-results-app": "next", "@openmrs/esm-patient-vitals-app": "next", "@openmrs/esm-active-visits-app": "next", "@openmrs/esm-appointments-app": "next",