From d5811cc4af2b343da194c649e76d91169911c0ca Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Wed, 4 Feb 2026 11:58:39 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20d=C3=A9finition=20des=20?= =?UTF-8?q?=C3=A9v=C3=A9nements=20et=20am=C3=A9lioration=20de=20la=20condi?= =?UTF-8?q?tion=20d'affichage=20dans=20GenerateButton.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vuejs/SavedExportButtons/Component/GenerateButton.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/SavedExportButtons/Component/GenerateButton.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/SavedExportButtons/Component/GenerateButton.vue index 99fa852c9..0d1ad9703 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/SavedExportButtons/Component/GenerateButton.vue +++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/SavedExportButtons/Component/GenerateButton.vue @@ -23,9 +23,7 @@ interface SavedExportButtonGenerateConfig { } const props = defineProps(); -const emits = defineEmits<{ - (e: "generate"); -}>(); +const emits = defineEmits<(e: "generate") => void>(); const toast = useToast(); const exportGeneration = ref(null); @@ -157,7 +155,7 @@ const onClickGenerate = async (): Promise => { {{ trans(EXPORT_GENERATION_TOO_MANY_RETRIES) }}