fix(editor): Fix tooltip opening delay prop name (#6776)

fix(editor): fix tooltip opening delay prop name
This commit is contained in:
Alex Grozav
2023-07-28 13:57:33 +03:00
committed by GitHub
parent 3aaf1ac0fd
commit e19b0d7748
4 changed files with 6 additions and 6 deletions

View File

@@ -141,7 +141,7 @@ const goToSourceControlSetup = async () => {
{{ currentBranch }}
</span>
<div :class="{ 'pt-xs': !isCollapsed }">
<n8n-tooltip :disabled="!isCollapsed" :open-delay="tooltipOpenDelay" placement="right">
<n8n-tooltip :disabled="!isCollapsed" :show-after="tooltipOpenDelay" placement="right">
<template #content>
<div>
{{ i18n.baseText('settings.sourceControl.button.pull') }}
@@ -163,7 +163,7 @@ const goToSourceControlSetup = async () => {
<n8n-tooltip
v-if="!sourceControlStore.preferences.branchReadOnly"
:disabled="!isCollapsed"
:open-delay="tooltipOpenDelay"
:show-after="tooltipOpenDelay"
placement="right"
>
<template #content>