This commit is contained in:
Peter Maquiran
2021-07-17 21:22:03 +01:00
parent 841a0967a9
commit e3fa0981a7
10 changed files with 49 additions and 22 deletions
@@ -217,7 +217,7 @@ export class ExpedienteDetailPage implements OnInit {
await modal.present();
modal.onDidDismiss().then( async(res)=>{
let body = res['data'];
if(res['data']){
if(res['data']) {
await this.distartExpedientModal(body);
}
else{