Skip to content

Commit 67e5a0f

Browse files
committed
fix: fix opening recurrent appointment
1 parent 00d4cc7 commit 67e5a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devextreme/js/__internal/scheduler/appointment_popup

packages/devextreme/js/__internal/scheduler/appointment_popup/m_form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ export class AppointmentForm {
582582
if (e.value === repeatNeverValue) {
583583
const { recurrenceRuleExpr } = this.scheduler.getDataAccessors().expr;
584584
this.dxForm.updateData(recurrenceRuleExpr, '');
585-
} else {
585+
} else if (e.event) {
586586
this.showRecurrenceGroup();
587587
}
588588
},

0 commit comments

Comments
 (0)