change date picker

This commit is contained in:
Peter Maquiran
2023-02-06 13:52:08 +01:00
parent 2470e0abfc
commit 0bf43b629c
41 changed files with 65 additions and 120 deletions
@@ -168,7 +168,7 @@ export class EventListPage implements OnInit {
this.LoadToApproveEvents();
setTimeout(() => {
event.target.complete();
event?.target?.complete();
}, 2000);
}