瀏覽代碼

update app clientDetail type

master
Anna Ho 1 年之前
父節點
當前提交
da1dc822cb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/pages/PublicNotice/Details_GLD/ClientDetailCard.js

+ 1
- 1
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={{


Loading…
取消
儲存