fix(): fix creazione address google maps

This commit is contained in:
Flavio Bontà 2025-11-26 16:02:14 +01:00
parent 15aea3755c
commit a26e7ca41c

View File

@ -398,7 +398,6 @@ export class StrutturePubblicheComponent {
comune: _form.citta?.comune,
};
this.calcolaIndirizzoDa = _form.indirizzo;
console.log('params', params);
const strutture$ = this.strutturePubblicheService.getStrutture(params).pipe(
catchError((err) => {