|
@@ -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={{ |
|
|