Skip to content

Commit 1e91758

Browse files
committed
chore(calendar-web): remove comment about legacy functionality
1 parent 476c3f4 commit 1e91758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pluggableWidgets/calendar-web/src/Calendar.editorConfig.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export function getProperties(values: CalendarPreviewProps, defaultProperties: P
3131
hidePropertiesIn(defaultProperties, values, ["maxHeight", "overflowY"]);
3232
}
3333

34-
// In custom view, legacy visible-day toggles are removed; only keep default view selection.
3534
if (values.view === "standard") {
3635
hidePropertiesIn(defaultProperties, values, ["defaultViewCustom"]);
3736
} else {

0 commit comments

Comments
 (0)