Activate Record Page Layouts flag by default (#17467)

This commit is contained in:
Baptiste Devessier
2026-01-27 14:30:38 +01:00
committed by GitHub
parent 326585157c
commit 856dc8be56
5 changed files with 9 additions and 6 deletions
@@ -39,7 +39,7 @@ export const seedFeatureFlags = async ({
{
key: FeatureFlagKey.IS_RECORD_PAGE_LAYOUT_ENABLED,
workspaceId: workspaceId,
value: false,
value: true,
},
{
key: FeatureFlagKey.IS_PUBLIC_DOMAIN_ENABLED,