Remove form feature flag (#11369)

As title. Workflows are still in the lab and forms are starting to be
usable
This commit is contained in:
Thomas Trompette
2025-04-03 10:38:19 +02:00
committed by GitHub
parent 1240d39f56
commit 256a5c1a2b
5 changed files with 5 additions and 18 deletions

View File

@ -65,11 +65,6 @@ export const seedFeatureFlags = async (
workspaceId: workspaceId,
value: false,
},
{
key: FeatureFlagKey.IsWorkflowFormActionEnabled,
workspaceId: workspaceId,
value: true,
},
])
.execute();
};