fix: linters
This commit is contained in:
parent
c8d06c4ad5
commit
c65e866ec4
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ frappe.views.Calendar = class Calendar {
|
|||
});
|
||||
|
||||
if (typeof(d.allDay) === "undefined") {
|
||||
d.allDay = me.field_map.allDay
|
||||
d.allDay = me.field_map.allDay;
|
||||
}
|
||||
|
||||
if (!me.field_map.convertToUserTz) d.convertToUserTz = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue