This commit is contained in:
miguel
2025-06-30 14:20:45 -06:00
parent 4d124a7857
commit b2205b3f98
@@ -242,6 +242,7 @@ export default function FormularioRegistro({
if (faltantes.length > 0) {
toast.error('Por favor responde todas las preguntas obligatorias.');
setIsSending(false);
return;
}