fix(editor): Add Personal project to main navigation (#11161)

This commit is contained in:
Csaba Tuncsik
2024-10-17 09:25:32 +02:00
committed by GitHub
parent 5c370c9235
commit 1f441f9752
6 changed files with 222 additions and 19 deletions

View File

@@ -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"
>