Fix colors

This commit is contained in:
Peter Maquiran
2021-07-26 22:46:33 +01:00
parent d5f4feb484
commit 04fc1f7e7f
10 changed files with 68 additions and 21 deletions
@@ -65,6 +65,17 @@ export class ApproveEventPage implements OnInit {
ngOnChanges() {
this.getTask();
this.getAttachments();
setTimeout(()=>{
this.getTask();
this.getAttachments();
}, 4000)
setTimeout(()=>{
this.getTask();
this.getAttachments();
}, 6000)
}
notImplemented() {