Remove calendar week view feature flag from public flags (#22950)
## Summary - Remove `IS_CALENDAR_WEEK_VIEW_ENABLED` from the public feature flag registry - Keep the remaining public feature flags unchanged ## Note Needs more polish before being released in the Lab
This commit is contained in:
-8
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user