Commit 8c2cc138a8acdf0e9290c08e0e49ec3c7e1de6e9
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !123
Showing
1 changed file
Show diff stats
src/app/shared/header-publicidad/header-publicidad.component.ts
... | ... | @@ -118,6 +118,7 @@ export class HeaderPublicidadComponent implements OnInit { |
118 | 118 | }); |
119 | 119 | this.modalSinonimo.content.onClose |
120 | 120 | .subscribe((res: any) => { |
121 | + this.modalSinonimo = null; | |
121 | 122 | for (const a of articulo.productos) { |
122 | 123 | for (const aRes of res.articulos) { |
123 | 124 | if (a.idSinonimo === aRes.ID_SIN) { |