This commit is contained in:
tiago.kayaya
2021-07-30 13:49:31 +01:00
parent d1470e26ba
commit 8376f35c8f
9 changed files with 28 additions and 32 deletions
@@ -75,7 +75,7 @@ export class PendentesPage implements OnInit {
async LoadList(){
this.skeletonLoader = true
this.skeletonLoader = true;
let pendentes = await this.processes.GetPendingTasks(false).toPromise();
this.pendentesList = [];