mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
merge
This commit is contained in:
@@ -67,7 +67,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
// calendar
|
||||
showCalendar: boolean;
|
||||
calendarHeight: string;
|
||||
calendarHeight = [];
|
||||
|
||||
// for timeline
|
||||
events: CalendarEvent[] = [];
|
||||
@@ -222,7 +222,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
this.calendarHeight = "356px";
|
||||
this.calendarHeight = ["height-356"];
|
||||
this.showCalendar = true;
|
||||
this.timelineDate = momentG(new Date(), 'dd MMMM yyyy');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user