mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Improve search
This commit is contained in:
@@ -41,12 +41,12 @@ export class EventListPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
this.LoadToApproveEvents();
|
||||
// this.LoadToApproveEvents();
|
||||
|
||||
|
||||
this.router.events.forEach((event) => {
|
||||
if(event instanceof NavigationEnd && event.url == this.router.url) {
|
||||
this.LoadToApproveEvents();
|
||||
// this.LoadToApproveEvents();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user