From 4acdb9b370858779319802069a06998b2101c995 Mon Sep 17 00:00:00 2001 From: Makombe Kennedy Date: Thu, 12 Sep 2024 17:25:23 +0300 Subject: [PATCH] Fix patient contact not showing (#769) --- frontend-config/dev/openmrs.config.json | 2 +- frontend-config/prod/openmrs.config.json | 2 +- frontend-config/staging/openmrs.config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend-config/dev/openmrs.config.json b/frontend-config/dev/openmrs.config.json index e8129378..ebdda87e 100644 --- a/frontend-config/dev/openmrs.config.json +++ b/frontend-config/dev/openmrs.config.json @@ -137,7 +137,7 @@ } }, "@openmrs/esm-patient-banner-app": { - "contactAttributeType": [ + "contactAttributeTypes": [ "b2c38640-2603-4629-aebd-3b54f33f1e3a", "94614350-84c8-41e0-ac29-86bc107069be", "342a1d39-c541-4b29-8818-930916f4c2dc" diff --git a/frontend-config/prod/openmrs.config.json b/frontend-config/prod/openmrs.config.json index 5058e890..cebb0642 100644 --- a/frontend-config/prod/openmrs.config.json +++ b/frontend-config/prod/openmrs.config.json @@ -137,7 +137,7 @@ } }, "@openmrs/esm-patient-banner-app": { - "contactAttributeType": [ + "contactAttributeTypes": [ "b2c38640-2603-4629-aebd-3b54f33f1e3a", "94614350-84c8-41e0-ac29-86bc107069be", "342a1d39-c541-4b29-8818-930916f4c2dc" diff --git a/frontend-config/staging/openmrs.config.json b/frontend-config/staging/openmrs.config.json index 74590e3d..5cf9460a 100644 --- a/frontend-config/staging/openmrs.config.json +++ b/frontend-config/staging/openmrs.config.json @@ -137,7 +137,7 @@ } }, "@openmrs/esm-patient-banner-app": { - "contactAttributeType": [ + "contactAttributeTypes": [ "b2c38640-2603-4629-aebd-3b54f33f1e3a", "94614350-84c8-41e0-ac29-86bc107069be", "342a1d39-c541-4b29-8818-930916f4c2dc"