mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(editor): Fix Remove all fields not removing values in resource mapper (#6940)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
committed by
GitHub
parent
b312f2ee54
commit
e6cff3fce4
@@ -36,7 +36,7 @@
|
||||
<div
|
||||
v-if="$slots.options"
|
||||
:class="{ [$style.options]: true, [$style.visible]: showOptions }"
|
||||
data-test-id="parameter-input-options-container"
|
||||
:data-test-id="`${inputName}-parameter-input-options-container`"
|
||||
>
|
||||
<slot name="options" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user