This commit is contained in:
Peter Maquiran
2021-06-04 10:51:15 +01:00
parent 716562e357
commit 30997157e5
7 changed files with 7 additions and 7 deletions
@@ -37,7 +37,7 @@ export class ExpedienteDetailPage implements OnInit {
serialnumber: string;
profile: string;
intervenientes: any;
cc: any;
cc: any = [];
constructor(private activateRoute: ActivatedRoute,
private processes: ProcessesService,