Add codice to SbloccaContatti response message for clarity
This commit is contained in:
parent
03b160d1ee
commit
43f3c99185
1 changed files with 2 additions and 1 deletions
|
|
@ -876,6 +876,7 @@ export const SbloccaContatti = async ({
|
|||
.selectFrom("annunci")
|
||||
.where("id", "=", annuncioId)
|
||||
.select([
|
||||
"codice",
|
||||
"indirizzo",
|
||||
"email",
|
||||
"numero",
|
||||
|
|
@ -916,7 +917,7 @@ export const SbloccaContatti = async ({
|
|||
props: {
|
||||
noreply: true,
|
||||
title: "Contatti sbloccati per il servizio di ricerca affitto",
|
||||
testo: `I contatti per l'annuncio ${annuncioId} sono stati sbloccati con successo.`,
|
||||
testo: `I contatti per l'annuncio ${data.annuncio.codice} sono stati sbloccati con successo.`,
|
||||
link: {
|
||||
href: `${env.NEXT_PUBLIC_BASE_URL}/area-riservata/dashboard#${servizioId}-${annuncioId}`,
|
||||
label: "Vai al servizio",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue