fix null array

This commit is contained in:
Peter Maquiran
2022-07-11 14:33:47 +01:00
parent f22292a406
commit 8fc8726cfa
9 changed files with 11 additions and 13 deletions
@@ -53,7 +53,7 @@ export class ExpedienteDetailPage implements OnInit {
serialNumber: string;
caller: string;
profile: string;
intervenientes: any;
intervenientes: any = []
cc: any = [];
documents: SearchList[] = [];
attachments: any;