Ver código fonte

update app clientDetail type

master
Anna Ho 1 ano atrás
pai
commit
da1dc822cb
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ClientDetailCard.js

+ 1
- 1
src/pages/PublicNotice/Details_GLD/ClientDetailCard.js Ver arquivo

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


Carregando…
Cancelar
Salvar