Remove isMultiSelect feature flag (#5280)

As title

Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
Thomas Trompette
2024-05-03 16:30:58 +02:00
committed by GitHub
parent 5285a428d1
commit a5a9e0e238
5 changed files with 1 additions and 16 deletions

View File

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