Browse Source

update app clientDetail type

master
Anna Ho 1 year ago
parent
commit
da1dc822cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ClientDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ClientDetailCard.js View File

@@ -154,7 +154,7 @@ const ClientDetailCard = (
size="small" size="small"
{...register("type", {...register("type",
{ {
value: currentApplicationDetailData.type,
value: currentApplicationDetailData.type == "ORG" ? "Organisation":"Individual",
})} })}
id='type' id='type'
sx={{ sx={{


Loading…
Cancel
Save