Skip to content

Commit

Permalink
Seed IsFunctionSettingsEnabled to false
Browse files Browse the repository at this point in the history
  • Loading branch information
martmull committed Dec 17, 2024
1 parent dc1527e commit 68210cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const seedFeatureFlags = async (
{
key: FeatureFlagKey.IsFunctionSettingsEnabled,
workspaceId: workspaceId,
value: true,
value: false,
},
{
key: FeatureFlagKey.IsWorkflowEnabled,
Expand Down

0 comments on commit 68210cc

Please sign in to comment.