Remove feature flag for Links field (#5606)
This commit is contained in:
@ -22,7 +22,6 @@ export enum FeatureFlagKeys {
|
||||
IsPostgreSQLIntegrationEnabled = 'IS_POSTGRESQL_INTEGRATION_ENABLED',
|
||||
IsStripeIntegrationEnabled = 'IS_STRIPE_INTEGRATION_ENABLED',
|
||||
IsGmailSyncV2Enabled = 'IS_GMAIL_SYNC_V2_ENABLED',
|
||||
IsLinksFieldEnabled = 'IS_LINKS_FIELD_ENABLED',
|
||||
IsContactCreationForSentAndReceivedEmailsEnabled = 'IS_CONTACT_CREATION_FOR_SENT_AND_RECEIVED_EMAILS_ENABLED',
|
||||
}
|
||||
|
||||
|
||||
@ -59,7 +59,6 @@ export class AddStandardIdCommand extends CommandRunner {
|
||||
IS_POSTGRESQL_INTEGRATION_ENABLED: true,
|
||||
IS_STRIPE_INTEGRATION_ENABLED: false,
|
||||
IS_GMAIL_SYNC_V2_ENABLED: true,
|
||||
IS_LINKS_FIELD_ENABLED: true,
|
||||
IS_CONTACT_CREATION_FOR_SENT_AND_RECEIVED_EMAILS_ENABLED: true,
|
||||
},
|
||||
);
|
||||
@ -76,7 +75,6 @@ export class AddStandardIdCommand extends CommandRunner {
|
||||
IS_POSTGRESQL_INTEGRATION_ENABLED: true,
|
||||
IS_STRIPE_INTEGRATION_ENABLED: false,
|
||||
IS_GMAIL_SYNC_V2_ENABLED: true,
|
||||
IS_LINKS_FIELD_ENABLED: true,
|
||||
IS_CONTACT_CREATION_FOR_SENT_AND_RECEIVED_EMAILS_ENABLED: true,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user