Update admin view to include created date and last modified information
Jenkins Production Deployment
Jenkins Production Deployment
This commit is contained in:
@@ -57,7 +57,8 @@ export class AdminComponent implements OnInit {
|
||||
...event,
|
||||
startDateTime: new Date(event.startDateTime),
|
||||
endDateTime: new Date(event.endDateTime),
|
||||
createdDate: new Date(event.createdDate)
|
||||
createdDate: new Date(event.createdDate),
|
||||
lastModifiedDate: new Date(event.lastModifiedDate)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user