Remove feature flag for Links field (#5606)

This commit is contained in:
Marie
2024-05-27 16:05:22 +02:00
committed by GitHub
parent 857971458a
commit f58c961d98
6 changed files with 1 additions and 20 deletions

View File

@ -4,5 +4,4 @@ export type FeatureFlagKey =
| 'IS_EVENT_OBJECT_ENABLED'
| 'IS_AIRTABLE_INTEGRATION_ENABLED'
| 'IS_POSTGRESQL_INTEGRATION_ENABLED'
| 'IS_STRIPE_INTEGRATION_ENABLED'
| 'IS_LINKS_FIELD_ENABLED';
| 'IS_STRIPE_INTEGRATION_ENABLED';