Added feature flag for advanced filter (#8194)
Added feature flag for advanced filter
This commit is contained in:
@ -15,4 +15,5 @@ export type FeatureFlagKey =
|
||||
| 'IS_ANALYTICS_V2_ENABLED'
|
||||
| 'IS_SSO_ENABLED'
|
||||
| 'IS_UNIQUE_INDEXES_ENABLED'
|
||||
| 'IS_ARRAY_AND_JSON_FILTER_ENABLED';
|
||||
| 'IS_ARRAY_AND_JSON_FILTER_ENABLED'
|
||||
| 'IS_ADVANCED_FILTERS_ENABLED';
|
||||
|
||||
Reference in New Issue
Block a user