Enable Rating Field (#3792)

This commit is contained in:
Charles Bochet
2024-02-03 08:55:29 +01:00
committed by GitHub
parent 44c36e348a
commit 7b084ba46e
5 changed files with 3 additions and 14 deletions

View File

@ -1,5 +1,4 @@
export type FeatureFlagKey =
| 'IS_MESSAGING_ENABLED'
| 'IS_QUICK_ACTIONS_ENABLED'
| 'IS_RATING_FIELD_TYPE_ENABLED'
| 'IS_NEW_RECORD_BOARD_ENABLED';