fix(calendar): Couldn't choose some reminder options when creating events

This commit is contained in:
Hivert Quentin
2024-01-02 17:21:24 +01:00
parent 99f87a26dc
commit 8dc69efd70
@@ -798,7 +798,6 @@
*/
Component.prototype.canRemindAttendeesByEmail = function() {
return this.alarm.action == 'email' &&
this.isEditable &&
this.attendees && this.attendees.length > 0;
};