Skip to content

Commit 36b4eda

Browse files
authored
feat(editor): Rename draft/publish feature env variable (no-changelog) (#22235)
1 parent 5f5181e commit 36b4eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@n8n/config/src/configs/workflows.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ export class WorkflowsConfig {
2424
indexingEnabled: boolean = false;
2525

2626
/** DO NOT USE - Enable draft/publish workflow feature */
27-
@Env('N8N_WORKFLOWS_DRAFT_PUBLISH_ENABLED')
27+
@Env('N8N_ENV_FEAT_WORKFLOWS_DRAFT_PUBLISH_ENABLED')
2828
draftPublishEnabled: boolean = false;
2929
}

0 commit comments

Comments
 (0)