mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix adding of wrong actions when filtering in the node actions panel (no-changelog) (#5518)
This commit is contained in:
@@ -22,8 +22,13 @@
|
||||
v-touch:start="touchStart"
|
||||
v-touch:end="touchEnd"
|
||||
>
|
||||
<i class="trigger-icon">
|
||||
<font-awesome-icon icon="bolt" size="lg" v-if="isTriggerNode" />
|
||||
<i class="trigger-icon" v-if="isTriggerNode">
|
||||
<n8n-tooltip placement="bottom">
|
||||
<template #content>
|
||||
<span v-html="$locale.baseText('node.thisIsATriggerNode')" />
|
||||
</template>
|
||||
<font-awesome-icon icon="bolt" size="lg" />
|
||||
</n8n-tooltip>
|
||||
</i>
|
||||
<div
|
||||
v-if="!data.disabled"
|
||||
|
||||
Reference in New Issue
Block a user