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
@@ -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();
}