This commit is contained in:
Peter Maquiran
2021-07-17 22:42:02 +01:00
parent bd1914e81e
commit dba721ec50
15 changed files with 49 additions and 4 deletions
@@ -51,6 +51,10 @@ export class ApproveEventPage implements OnInit {
}
toDateString(e) {
return new Date(e).toDateString()
}
ngOnInit() {
this.getTask();
this.getAttachments();