Przeglądaj źródła

fix autoFocus

CR003
Alex Cheung 1 rok temu
rodzic
commit
e5614037b8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/User/ChangePasswordPage/index.js Wyświetl plik

@@ -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);


Ładowanie…
Anuluj
Zapisz