Ver código fonte

fix autoFocus

CR003
Alex Cheung 1 ano atrás
pai
commit
e5614037b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

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

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


Carregando…
Cancelar
Salvar