[0.42][FIX] Seeder activate rich text v2 feature flag (#10229)
as per title
This commit is contained in:
@ -73,7 +73,7 @@ export const seedFeatureFlags = async (
|
||||
{
|
||||
key: FeatureFlagKey.IsRichTextV2Enabled,
|
||||
workspaceId: workspaceId,
|
||||
value: false,
|
||||
value: true,
|
||||
},
|
||||
{
|
||||
key: FeatureFlagKey.IsNewRelationEnabled,
|
||||
|
||||
Reference in New Issue
Block a user