fix pin page

This commit is contained in:
Peter Maquiran
2022-12-19 20:46:45 +01:00
parent 71493c4ae8
commit be617c0fe3
3 changed files with 8 additions and 4 deletions
@@ -537,7 +537,9 @@ export class GabineteDigitalPage implements OnInit {
try {
expedientes = await this.processesbackend.GetTaskListExpediente(false).toPromise();
this.loadCount = true;
this.showLoader = false;
} catch(error) {
this.showLoader = false
this.loadCount = true;
}