mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix colors
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user