Skip to content

Commit b201bee

Browse files
committed
fix: revert change default value for popup options
1 parent 34a388f commit b201bee

File tree

1 file changed

+2
-2
lines changed
  • packages/devextreme/js/__internal/scheduler/utils/options

1 file changed

+2
-2
lines changed

packages/devextreme/js/__internal/scheduler/utils/options/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const DEFAULT_SCHEDULER_OPTIONS: Properties = {
4444
form: {
4545
iconsShowMode: DEFAULT_ICONS_SHOW_MODE,
4646
},
47-
popup: undefined,
47+
popup: {},
4848
},
4949
showAllDayPanel: true,
5050
showCurrentTimeIndicator: true,
@@ -106,7 +106,7 @@ export const DEFAULT_SCHEDULER_INTERNAL_OPTIONS: SchedulerInternalOptions = {
106106
legacyForm: false,
107107
// @ts-expect-error copy from default so that you can rewrite it
108108
...DEFAULT_SCHEDULER_OPTIONS.editing,
109-
popup: undefined,
109+
popup: {},
110110
},
111111
_draggingMode: 'outlook',
112112
_appointmentTooltipOffset: { x: 0, y: 0 },

0 commit comments

Comments
 (0)