File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
apps/react-storybook/stories/scheduler Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments