diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 847c4016d1..72a1f4380f 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -12,14 +12,6 @@ export type PublicFeatureFlag = { }; export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ - { - key: FeatureFlagKey.IS_CALENDAR_WEEK_VIEW_ENABLED, - metadata: { - label: 'Calendar Day and Week Views', - description: - 'Display calendar records in daily or weekly layouts with optional end dates', - }, - }, { key: FeatureFlagKey.IS_JUNCTION_RELATIONS_ENABLED, metadata: {