From d7b166207880d43ef569608c4055e14e4a0692a1 Mon Sep 17 00:00:00 2001 From: Renaud KIEFFER Date: Wed, 18 Oct 2023 14:55:58 +0200 Subject: [PATCH] =?UTF-8?q?Supprime=20une=20variable=20inutilis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f7c2ea4bd66cdc3c59b8606c1ade5f706e40233 --- client-ng/src/components/ManageInfosPeiMobile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-ng/src/components/ManageInfosPeiMobile.vue b/client-ng/src/components/ManageInfosPeiMobile.vue index 237ca103a..c729d5231 100644 --- a/client-ng/src/components/ManageInfosPeiMobile.vue +++ b/client-ng/src/components/ManageInfosPeiMobile.vue @@ -241,7 +241,7 @@ export default { title: 'Succès', text: 'Les listes ont bien été mises à jour' }); - }).catch((error) => { + }).catch(() => { this.$notify({ group: 'remocra', type: 'error',