Browse Source

fix autoFocus

CR003
Alex Cheung 1 year ago
parent
commit
e5614037b8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/User/ChangePasswordPage/index.js View File

@@ -262,7 +262,7 @@ const Index = () => {
<Grid item xs={12} md={12} lg={12}>
<TextField
fullWidth
autoFocus
// autoFocus
onChange={(e) => {
formik.handleChange(e);
changePassword(e.target.value);


Loading…
Cancel
Save