Skip to content

Commit

Permalink
COM-2553 - fix reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
manonpalin committed Dec 15, 2021
1 parent 0159bec commit 80e8793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
NotifyPositive('Absence supprimée.');
} catch (e) {
console.error(e);
if (e.msg) NotifyNegative('Erreur lors de la suppression de l\'absence bénéficiaire.');
NotifyNegative('Erreur lors de la suppression de l\'absence bénéficiaire.');
}
},
},
Expand Down

0 comments on commit 80e8793

Please sign in to comment.