This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update app clientDetail type
master
Anna Ho
1 year ago
parent
aea423335c
commit
da1dc822cb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
{...register("type",
{
value: currentApplicationDetailData.type,
value: currentApplicationDetailData.type
== "ORG" ? "Organisation":"Individual"
,
})}
id='type'
sx={{
Write
Preview
Loading…
Cancel
Save