mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix directives breaking reactivity (no-changelog) (#14665)
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
committed by
GitHub
parent
08e73d3aed
commit
acf2453ea7
@@ -161,9 +161,9 @@ const projectLocation = computed(() => {
|
||||
>
|
||||
<ProjectIcon :icon="badgeIcon" :border-less="true" size="mini" />
|
||||
<router-link v-if="projectLocation" :to="projectLocation">
|
||||
<span v-n8n-truncate:20>{{ badgeText }}</span>
|
||||
<span v-n8n-truncate:20="badgeText" />
|
||||
</router-link>
|
||||
<span v-else v-n8n-truncate:20>{{ badgeText }}</span>
|
||||
<span v-else v-n8n-truncate:20="badgeText" />
|
||||
</N8nBadge>
|
||||
<template #content>
|
||||
{{ badgeTooltip }}
|
||||
|
||||
Reference in New Issue
Block a user