diff --git a/apps/infoalloggi/src/components/tables/servizio-table.tsx b/apps/infoalloggi/src/components/tables/servizio-table.tsx index f58f7a0..bcc45b7 100644 --- a/apps/infoalloggi/src/components/tables/servizio-table.tsx +++ b/apps/infoalloggi/src/components/tables/servizio-table.tsx @@ -232,6 +232,34 @@ export const TabServizio = ({ + + + + Interruzione + + + + { + update({ + servizioId: servizio.servizio_id, + data: { + isInterrotto: v === "true", + }, + }); + }} + > + + Interrotto + + + Non Interrotto + + + + +