Skip to content

Commit

Permalink
fix(editor): Fix connection lost hover text not showing (#5828)
Browse files Browse the repository at this point in the history
🐛 Fix connection lost hover text not showing
  • Loading branch information
ivov authored Mar 30, 2023
1 parent b408550 commit b69129b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b69129b

Please sign in to comment.