mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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'"
|
||||
:value="state.paramValue.attemptToConvertTypes"
|
||||
:is-read-only="isReadOnly"
|
||||
@update="
|
||||
(x: IUpdateInformation<NodeParameterValueType>) => {
|
||||
state.paramValue.attemptToConvertTypes = x.value as boolean;
|
||||
|
||||
Reference in New Issue
Block a user