mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +00:00
fix(editor): Add Personal project to main navigation (#11161)
This commit is contained in:
@@ -104,7 +104,7 @@ const isItemActive = (item: IMenuItem): boolean => {
|
||||
<N8nTooltip
|
||||
v-else
|
||||
placement="right"
|
||||
:content="item.label"
|
||||
:content="compact ? item.label : ''"
|
||||
:disabled="!compact"
|
||||
:show-after="tooltipDelay"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user