mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
(js) Improve recurrence editor
This commit is contained in:
@@ -265,7 +265,8 @@
|
||||
}
|
||||
|
||||
function recurrenceMonthDaysAreRequired() {
|
||||
return vm.component.repeat.frequency == 'monthly' &&
|
||||
return vm.component &&
|
||||
vm.component.repeat.frequency == 'monthly' &&
|
||||
vm.component.repeat.month.type == 'bymonthday';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user