update mauvais etape d'erreur (retour erreur ajax)

This commit is contained in:
Fred Tempez 2023-07-31 14:59:00 +02:00
parent fe3f767697
commit 78f7a1c063
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function step(i, data) {
},
error: function (xhr) {
// Appel de la fonction de gestion d'erreur
showError(1, xhr.responseText, errors);
showError(i, xhr.responseText, errors);
}
});
}