Explorar el Código

fix autoFocus

CR003
Alex Cheung hace 1 año
padre
commit
e5614037b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/User/ChangePasswordPage/index.js Ver fichero

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


Cargando…
Cancelar
Guardar