Remove if-else workflow node flag (#17370)

As title
This commit is contained in:
Thomas Trompette
2026-01-22 17:33:52 +01:00
committed by GitHub
parent 2d7a73d82d
commit f11442953c
7 changed files with 1 additions and 23 deletions
@@ -71,11 +71,6 @@ export const seedFeatureFlags = async ({
workspaceId: workspaceId,
value: true,
},
{
key: FeatureFlagKey.IS_IF_ELSE_ENABLED,
workspaceId: workspaceId,
value: true,
},
{
key: FeatureFlagKey.IS_JUNCTION_RELATIONS_ENABLED,
workspaceId: workspaceId,