mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix connection lost hover text not showing (#5828)
🐛 Fix connection lost hover text not showing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<span>
|
||||
<div class="push-connection-lost primary-color" v-if="!rootStore.pushConnectionActive">
|
||||
<n8n-tooltip placement="bottom-end">
|
||||
<template #current>
|
||||
<template #content>
|
||||
<div v-html="$locale.baseText('pushConnectionTracker.cannotConnectToServer')"></div>
|
||||
</template>
|
||||
<span>
|
||||
|
||||
Reference in New Issue
Block a user