This commit is contained in:
Peter Maquiran
2021-07-27 22:34:47 +01:00
parent 2cb96a80ac
commit 999da281e8
5 changed files with 91 additions and 33 deletions
@@ -69,12 +69,12 @@ export class ApproveEventPage implements OnInit {
setTimeout(()=>{
this.getTask();
this.getAttachments();
}, 4000)
}, 6000)
setTimeout(()=>{
this.getTask();
this.getAttachments();
}, 6000)
}, 10000)
}