fix(editor): Make expression edit modal read-only in executions view (#10806)

This commit is contained in:
Elias Meire
2024-09-13 15:27:55 +02:00
committed by GitHub
parent 2f8c8448d3
commit 394ef88843
8 changed files with 157 additions and 54 deletions

View File

@@ -472,6 +472,7 @@ function getParameterValue<T extends NodeParameterValueType = NodeParameterValue
:node="node"
:path="getPath(parameter.name)"
:dependent-parameters-values="getDependentParametersValues(parameter)"
:is-read-only="isReadOnly"
input-size="small"
label-size="small"
@value-changed="valueChanged"