From efcc5e66722c829dcdf522a6903c616901a14604 Mon Sep 17 00:00:00 2001 From: N3WT DE COMPET Date: Wed, 12 Feb 2025 18:50:47 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Remise=20du=20message=20de=20confirmatio?= =?UTF-8?q?n=20supprim=C3=A9=20par=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Front-End/src/components/DateTab.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Front-End/src/components/DateTab.js b/Front-End/src/components/DateTab.js index 99f7293..5d6e39b 100644 --- a/Front-End/src/components/DateTab.js +++ b/Front-End/src/components/DateTab.js @@ -59,7 +59,13 @@ const DateTab = ({ dates, activeTab, handleDateChange, handleEdit, type, payment ))} {popupVisible && ( - setPopupVisible(false)} /> + setPopupVisible(false)} + onCancel={() => setPopupVisible(false)} + uniqueConfirmButton={true} + /> )} );