Skip to content

Commit fe0bb38

Browse files
committed
Revert "fix: fix bug when trying to change recurrence rule frequency"
This reverts commit e49e35f.
1 parent cdf2c0c commit fe0bb38

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

apps/react-storybook/stories/scheduler/SchedulerFormCustomization.stories.tsx

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -440,35 +440,7 @@ export const LegacyPopup: Story = {
440440
name: "recurrenceStartDateEditor",
441441
cssClass: "dx-hidden",
442442
},
443-
{
444-
name: "recurrenceRuleGroup",
445-
itemType: "group",
446-
items: ["recurrenceRuleIcon",
447-
{
448-
name: "recurrencePatternGroup",
449-
itemType: "group",
450-
items: [
451-
{
452-
name: "recurrenceRuleRepeatGroup",
453-
items: [
454-
"recurrenceCountEditor",
455-
{
456-
name: "recurrencePeriodEditor", editorOptions: {
457-
onValueChanged: (e) => {
458-
const onValueChanged = form.getEditor("repeatEditor").option("onValueChanged");
459-
form.getEditor("repeatEditor").option("value", e.value);
460-
onValueChanged(e);
461-
}
462-
}
463-
},
464-
]
465-
},
466-
"recurrenceDaysOfWeekEditor",
467-
"recurrenceDayOfYearGroup"
468-
]
469-
},
470-
]
471-
},
443+
"recurrenceRuleGroup",
472444
"recurrenceEndGroup",
473445
],
474446
},

0 commit comments

Comments
 (0)