Activate Record Page Layouts flag by default (#17467)
This commit is contained in:
committed by
GitHub
parent
326585157c
commit
856dc8be56
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user