From 98d6f5763d41f483b2bced546eb75304296007fa Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Wed, 11 Mar 2026 12:07:11 +0100 Subject: [PATCH] feat: replace button with confirmation dialog for sending email in AdminSendScheda --- .../components/servizio/annuncio_actions.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx b/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx index b15ce0c..ac3804d 100644 --- a/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx +++ b/apps/infoalloggi/src/components/servizio/annuncio_actions.tsx @@ -144,20 +144,21 @@ const AdminSendScheda = () => { }); return ( - + + ); };