mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(editor): Propagate isReadOnly to ResourceMapper Attempt to Convert Types
switch (#13216)
This commit is contained in:
parent
2a92032704
commit
617f841e0d
|
@ -667,6 +667,7 @@ defineExpose({
|
|||
}"
|
||||
:path="props.path + '.attemptToConvertTypes'"
|
||||
:value="state.paramValue.attemptToConvertTypes"
|
||||
:is-read-only="isReadOnly"
|
||||
@update="
|
||||
(x: IUpdateInformation<NodeParameterValueType>) => {
|
||||
state.paramValue.attemptToConvertTypes = x.value as boolean;
|
||||
|
|
Loading…
Reference in a new issue