fix(editor-ui): Disable editing in Function nodes in executions view (#4041)

🐛 Disable editing in Function nodes in executions view
This commit is contained in:
Iván Ovejero
2022-09-07 09:18:18 +02:00
committed by GitHub
parent e565b87cf8
commit 772836abc7
2 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@
:type="editorType"
:codeAutocomplete="codeAutocomplete"
:path="path"
:readonly="isReadOnly"
@closeDialog="closeCodeEditDialog"
@valueChanged="expressionUpdated"
></code-edit>