mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Fix broken types for globally defined components (no-changelog) (#16505)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -473,7 +473,7 @@ const onDragEnd = (el: HTMLElement) => {
|
||||
</VirtualSchemaItem>
|
||||
|
||||
<N8nTooltip v-else-if="item.type === 'icon'" :content="item.tooltip" placement="top">
|
||||
<N8nIcon :size="14" :icon="item.icon" class="icon" />
|
||||
<N8nIcon size="small" :icon="item.icon" class="icon" />
|
||||
</N8nTooltip>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user