mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Disable Drag and Drop for ResourceMapper 'attemptToConvertTypes' switch (#14327)
This commit is contained in:
@@ -665,6 +665,7 @@ defineExpose({
|
||||
displayName: locale.baseText('resourceMapper.attemptToConvertTypes.displayName'),
|
||||
default: false,
|
||||
description: locale.baseText('resourceMapper.attemptToConvertTypes.description'),
|
||||
noDataExpression: true,
|
||||
}"
|
||||
:path="props.path + '.attemptToConvertTypes'"
|
||||
:value="state.paramValue.attemptToConvertTypes"
|
||||
|
||||
Reference in New Issue
Block a user