Change of class position createCalendarListItem

This commit is contained in:
Ronak Patel 2023-10-03 09:48:22 -07:00
parent 8e485c3cab
commit 5200917e0a

View file

@ -409,7 +409,7 @@ class NextcloudCalendarsPopupView extends rl.pluginPopupView {
};
// Call the function to create and append the list item
this.createCalendarListItem(calendarData, this.tree);
// this.createCalendarListItem(calendarData, this.tree);
}
}
})