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 df6907c commit abb2343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Suppression/SuppSteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<v-alert
v-if="alertMessage"
:type="alertType"
closable
>
<span v-html="alertMessage"></span>
</v-alert>
Expand Down Expand Up @@ -104,6 +105,7 @@
<v-alert
v-if="alertMessage"
:type="alertType"
closable
>
<span v-html="alertMessage"></span>
</v-alert>
Expand Down Expand Up @@ -318,7 +320,6 @@ function uploadFileFinal() {
});
})
.catch(err => {
isLoading.value = false;
fileSelected.value = null;
alertMessage.value = err.response.data.message;
alertType.value = 'error';
Expand Down

0 comments on commit abb2343

Please sign in to comment.