[0.42][FIX] Seeder activate rich text v2 feature flag (#10229)

as per title
This commit is contained in:
Paul Rastoin
2025-02-14 18:57:32 +01:00
committed by GitHub
parent bab529b138
commit db1b11742b

View File

@ -73,7 +73,7 @@ export const seedFeatureFlags = async (
{ {
key: FeatureFlagKey.IsRichTextV2Enabled, key: FeatureFlagKey.IsRichTextV2Enabled,
workspaceId: workspaceId, workspaceId: workspaceId,
value: false, value: true,
}, },
{ {
key: FeatureFlagKey.IsNewRelationEnabled, key: FeatureFlagKey.IsNewRelationEnabled,