Modificaciones
This commit is contained in:
@@ -46,7 +46,7 @@ export default function CasoEspecialForm({
|
||||
const [correo, setCorreo] = useState('');
|
||||
const [idStatus, setIdStatus] = useState('');
|
||||
const [institucion, setInstitucion] = useState('');
|
||||
const [motivo, setMotivo] = useState('.');
|
||||
const [motivo, setMotivo] = useState('na');
|
||||
const [numeroCuenta, setNumeroCuenta] = useState('');
|
||||
const [telefono, setTelefono] = useState('');
|
||||
const [alumno, setAlumno] = useState<Alumno>({});
|
||||
@@ -85,7 +85,7 @@ export default function CasoEspecialForm({
|
||||
setCorreo('');
|
||||
setIdStatus('');
|
||||
setInstitucion('');
|
||||
setMotivo('.');
|
||||
setMotivo('na');
|
||||
setTelefono('');
|
||||
setAlumno({});
|
||||
setFechaInicio(new Date());
|
||||
|
||||
Reference in New Issue
Block a user