mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Add droppable state for booleans when mapping (#5838)
This commit is contained in:
@@ -298,6 +298,14 @@
|
||||
</n8n-option>
|
||||
</n8n-select>
|
||||
|
||||
<!-- temporary state of booleans while data is mapped -->
|
||||
<n8n-input
|
||||
v-else-if="parameter.type === 'boolean' && droppable"
|
||||
:size="inputSize"
|
||||
:value="JSON.stringify(displayValue)"
|
||||
:disabled="isReadOnly"
|
||||
:title="displayTitle"
|
||||
/>
|
||||
<el-switch
|
||||
v-else-if="parameter.type === 'boolean'"
|
||||
class="switch-input"
|
||||
|
||||
Reference in New Issue
Block a user