Skip to content
Permalink
Browse files
  • Loading branch information
yangt20 committed Mar 10, 2019
2 parents b031ba6 + 1a87cc1 commit 4f7644d7d6902c44f136e67bd175701fe4ac6764
Showing 1 changed file with 1 addition and 1 deletion.
@@ -63,7 +63,7 @@ export class HomeComponent implements OnInit {
event: CalendarEvent;
};
refresh: Subject<any> = new Subject();
events: CalendarEvent[];
events: CalendarEvent[] = [];
actions: CalendarEventAction[] = [
{
label: '<i class="fa fa-fw fa-pencil"></i>',

0 comments on commit 4f7644d

Please sign in to comment.