This commit is contained in:
Peter Maquiran
2023-07-14 10:46:35 +01:00
parent c62c14c30b
commit 0f778d8271
9 changed files with 23 additions and 7 deletions
@@ -694,6 +694,8 @@ export class ExpedienteDetailPage implements OnInit {
});
return await popover.present().then(() => {
this.TaskService.loadExpedientes()
}, (error) => {
console.log(error)
})
}