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
@@ -232,7 +232,9 @@ export class EventListPage implements OnInit {
setTimeout(() => {
this.LoadToApproveEvents();
event?.target?.complete();
try {
event?.target?.complete();
} catch(error) {}
}, 1000);
}