From 0a5138154d57b427089f353d11fe31825063796b Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Wed, 4 Mar 2020 11:35:08 -0300 Subject: [PATCH] Fix Accesibilidad de variable --- src/app/shared/error-stock/error-stock.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/error-stock/error-stock.component.ts b/src/app/shared/error-stock/error-stock.component.ts index 8650a1c..dea239a 100644 --- a/src/app/shared/error-stock/error-stock.component.ts +++ b/src/app/shared/error-stock/error-stock.component.ts @@ -11,7 +11,7 @@ export class ErrorStockComponent implements OnInit { articulo: IArticulo; constructor( - private modalRef: BsModalRef, + public modalRef: BsModalRef, ) { } ngOnInit() { } -- 1.9.1