diff --git a/src/app/components/events-table/events-table.component.ts b/src/app/components/events-table/events-table.component.ts index 02c9e79..c93c2c6 100644 --- a/src/app/components/events-table/events-table.component.ts +++ b/src/app/components/events-table/events-table.component.ts @@ -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); }