mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Fix agenda
This commit is contained in:
@@ -482,6 +482,9 @@ export class AgendaPage implements OnInit {
|
|||||||
|
|
||||||
loadRangeEvents(startTime: Date, endTime: Date) {
|
loadRangeEvents(startTime: Date, endTime: Date) {
|
||||||
|
|
||||||
|
this.rangeStartDate = startTime
|
||||||
|
this.rangeEndDate = endTime
|
||||||
|
|
||||||
this.showLoader = true;
|
this.showLoader = true;
|
||||||
|
|
||||||
if(window.innerWidth < 800){
|
if(window.innerWidth < 800){
|
||||||
|
|||||||
Reference in New Issue
Block a user