Skip to content

Commit

Permalink
FIX ITEM-305-front-envoi-dun-fichier-epn-catcher-le-message-derreur-d…
Browse files Browse the repository at this point in the history
…u-back-dans-le-cas-dun-fichier-de-correspondance-contenant-une-ligne-en-erreur
  • Loading branch information
EryneKL committed Oct 21, 2024
1 parent abb2343 commit 63023c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Suppression/SuppSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ function uploadFileFinal() {
});
})
.catch(err => {
fileSelected.value = null;
alertMessage.value = err.response.data.message;
alertType.value = 'error';
})
Expand Down

0 comments on commit 63023c4

Please sign in to comment.