fix(editor): Fix performance issues related to expressions and pinned data (#9882)

Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
Alex Grozav
2024-06-27 19:50:09 +03:00
committed by GitHub
parent 2885091ced
commit 13d83f2037
5 changed files with 56 additions and 34 deletions

View File

@@ -89,6 +89,7 @@
</div>
</div>
<NodeDetailsView
:workflow-object="currentWorkflowObject"
:read-only="isReadOnlyRoute || readOnlyEnv"
:renaming="renamingActive"
:is-production-execution-preview="isProductionExecutionPreview"