mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
feat: Update Workflow class usage on the Frontend for better performance (no-changelog) (#17680)
This commit is contained in:
@@ -97,7 +97,7 @@ const render = (props: Partial<Props> = {}, pinData?: INodeExecutionData[], runD
|
||||
runIndex: 0,
|
||||
currentNodeName: nodes[0].name,
|
||||
activeNodeName: nodes[1].name,
|
||||
workflow: workflowObject,
|
||||
workflowObject,
|
||||
displayMode: 'schema',
|
||||
focusedMappableInput: '',
|
||||
isMappingOnboarded: false,
|
||||
|
||||
Reference in New Issue
Block a user