fix disabilita -> disattiva
This commit is contained in:
parent
ac10ee1909
commit
9a015a5100
2 changed files with 3 additions and 3 deletions
|
|
@ -390,7 +390,7 @@ export const FormEditServizio = ({
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="w-full">
|
<FormItem className="w-full">
|
||||||
<div className="flex flex-wrap items-center gap-x-2">
|
<div className="flex flex-wrap items-center gap-x-2">
|
||||||
<FormLabel htmlFor="isDisabled">DISABILITATO</FormLabel>
|
<FormLabel htmlFor="isDisabled">DISATTIVATO</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Switch
|
<Switch
|
||||||
className="data-[state=checked]:bg-neutral-700"
|
className="data-[state=checked]:bg-neutral-700"
|
||||||
|
|
@ -403,7 +403,7 @@ export const FormEditServizio = ({
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FormDescription>
|
<FormDescription>
|
||||||
Disabilita il servizio, chiude la posizione senza eliminare.
|
Disattiva il servizio, chiude la posizione senza eliminare.
|
||||||
</FormDescription>
|
</FormDescription>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
|
|
@ -964,7 +964,7 @@ export const interruzioneServizio = async (
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// disabilita coda notifiche: rimuove notifiche future relative a questo servizio
|
// disattiva coda notifiche: rimuove notifiche future relative a questo servizio
|
||||||
await disableUserEmailQueue(utente.id);
|
await disableUserEmailQueue(utente.id);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue