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
fix bug
master
Anna Ho
1 year ago
parent
66793a68ce
commit
8b33cde3c4
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/pages/authentication/auth-forms/CustomFormWizard.js
+ 1
- 0
src/pages/authentication/auth-forms/CustomFormWizard.js
View File
@@ -902,6 +902,7 @@ const CustomFormWizard = (props) => {
}
} else {
setSelectedIdDocInputType("");
setSelectedIdDocType({});
}
}}
sx={{ "#address4-combo": { padding: "0px 0px 0px 0px" }, "& .MuiAutocomplete-endAdornment": { top: "auto" }, }}
Write
Preview
Loading…
Cancel
Save