fix(editor): Fix connection lost hover text not showing (#5828)

🐛 Fix connection lost hover text not showing
This commit is contained in:
Iván Ovejero 2023-03-30 13:43:37 +02:00 committed by GitHub
parent b408550e9f
commit b69129bd78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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