This commit is contained in:
@@ -23,7 +23,8 @@ export class EventsTableComponent implements OnInit {
|
||||
startDateTime: new Date(),
|
||||
endDateTime: new Date(),
|
||||
createdDate: new Date(),
|
||||
createdBy: UtilsService.getNameFromLocalStorage()
|
||||
createdBy: UtilsService.getNameFromLocalStorage(),
|
||||
status: 'DRAFT'
|
||||
} as Event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user