Remove serverless functions from settings (#9105)
closes https://github.com/twentyhq/twenty/issues/8727 @Bonapara wants to keep the code for now so I ended up by setting the `isFunctionSettingsEnabled` constants to false in the codebase
This commit is contained in:
@ -38,7 +38,7 @@ export const seedFeatureFlags = async (
|
||||
{
|
||||
key: FeatureFlagKey.IsFunctionSettingsEnabled,
|
||||
workspaceId: workspaceId,
|
||||
value: true,
|
||||
value: false,
|
||||
},
|
||||
{
|
||||
key: FeatureFlagKey.IsWorkflowEnabled,
|
||||
|
||||
Reference in New Issue
Block a user