From da1dc822cb7189916be94a448032b3ac9bbc3c6c Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 20 Feb 2024 17:16:09 +0800 Subject: [PATCH] update app clientDetail type --- src/pages/PublicNotice/Details_GLD/ClientDetailCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PublicNotice/Details_GLD/ClientDetailCard.js b/src/pages/PublicNotice/Details_GLD/ClientDetailCard.js index 5145ed7..999abe8 100644 --- a/src/pages/PublicNotice/Details_GLD/ClientDetailCard.js +++ b/src/pages/PublicNotice/Details_GLD/ClientDetailCard.js @@ -154,7 +154,7 @@ const ClientDetailCard = ( size="small" {...register("type", { - value: currentApplicationDetailData.type, + value: currentApplicationDetailData.type == "ORG" ? "Organisation":"Individual", })} id='type' sx={{