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")
|
.selectFrom("annunci")
|
||||||
.where("id", "=", annuncioId)
|
.where("id", "=", annuncioId)
|
||||||
.select([
|
.select([
|
||||||
|
"codice",
|
||||||
"indirizzo",
|
"indirizzo",
|
||||||
"email",
|
"email",
|
||||||
"numero",
|
"numero",
|
||||||
|
|
@ -916,7 +917,7 @@ export const SbloccaContatti = async ({
|
||||||
props: {
|
props: {
|
||||||
noreply: true,
|
noreply: true,
|
||||||
title: "Contatti sbloccati per il servizio di ricerca affitto",
|
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: {
|
link: {
|
||||||
href: `${env.NEXT_PUBLIC_BASE_URL}/area-riservata/dashboard#${servizioId}-${annuncioId}`,
|
href: `${env.NEXT_PUBLIC_BASE_URL}/area-riservata/dashboard#${servizioId}-${annuncioId}`,
|
||||||
label: "Vai al servizio",
|
label: "Vai al servizio",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue