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:
@@ -45,8 +45,6 @@ export class EventListPage implements OnInit {
|
||||
|
||||
this.segment = this.loggeduser.Profile;
|
||||
|
||||
//this.LoadToApproveEvents();
|
||||
|
||||
const pathname = window.location.pathname
|
||||
|
||||
this.router.events.forEach((event) => {
|
||||
@@ -102,10 +100,11 @@ export class EventListPage implements OnInit {
|
||||
this.LoadToApproveEvents();
|
||||
console.log('refresh');
|
||||
setTimeout(() => {
|
||||
event.target.complete();
|
||||
}, 2000);
|
||||
event.target.complete();
|
||||
}, 2000);
|
||||
}
|
||||
close(){
|
||||
|
||||
close() {
|
||||
console.log('close')
|
||||
this.cloneAllmobileComponent.emit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user