This commit is contained in:
Peter Maquiran
2023-02-09 16:05:36 +01:00
parent 07b958651a
commit d933df5b31
37 changed files with 139 additions and 48 deletions
@@ -168,7 +168,9 @@ export class EventListPage implements OnInit {
this.LoadToApproveEvents();
setTimeout(() => {
event?.target?.complete();
try {
event?.target?.complete();
} catch(error) {}
}, 2000);
}