mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Fix connection lost hover text not showing (#5828)
🐛 Fix connection lost hover text not showing
This commit is contained in:
parent
b408550e9f
commit
b69129bd78
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue