From 295142248dc5881ee0b3fec7e0611af0108bdc5b Mon Sep 17 00:00:00 2001 From: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:33:21 +0530 Subject: [PATCH 1/2] MOSIP-23752 : Added required field for location details Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com> --- .../features/resources/center/create/create.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin-ui/src/app/features/resources/center/create/create.component.html b/admin-ui/src/app/features/resources/center/create/create.component.html index 87b5bfe7..86cec76a 100644 --- a/admin-ui/src/app/features/resources/center/create/create.component.html +++ b/admin-ui/src/app/features/resources/center/create/create.component.html @@ -211,7 +211,9 @@

{{ "center.location-details" | translate }}

{{ fieldName }} + " + required + > {{ data.name }} @@ -522,4 +524,4 @@

{{ "center.operational-details" | translate }}

- \ No newline at end of file + From 96747aab925cc16436838df4715f35722a9690f9 Mon Sep 17 00:00:00 2001 From: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:35:08 +0530 Subject: [PATCH 2/2] Update create.component.html removed line spaces Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>