mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Propagate isReadOnly to ResourceMapper Attempt to Convert Types switch (#13216)
This commit is contained in:
@@ -667,6 +667,7 @@ defineExpose({
|
|||||||
}"
|
}"
|
||||||
:path="props.path + '.attemptToConvertTypes'"
|
:path="props.path + '.attemptToConvertTypes'"
|
||||||
:value="state.paramValue.attemptToConvertTypes"
|
:value="state.paramValue.attemptToConvertTypes"
|
||||||
|
:is-read-only="isReadOnly"
|
||||||
@update="
|
@update="
|
||||||
(x: IUpdateInformation<NodeParameterValueType>) => {
|
(x: IUpdateInformation<NodeParameterValueType>) => {
|
||||||
state.paramValue.attemptToConvertTypes = x.value as boolean;
|
state.paramValue.attemptToConvertTypes = x.value as boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user