clear count

This commit is contained in:
Peter Maquiran
2023-01-30 16:27:33 +01:00
parent 261478a204
commit 49142391e9
8 changed files with 15 additions and 24 deletions
@@ -58,6 +58,9 @@ export class EventListPage implements OnInit {
ngOnChanges() {
this.LoadToApproveEvents();
setTimeout(() => {
this.LoadToApproveEvents();
}, 3000)
}
segmentChanged(ev: any) {