refactor(editor): Fix warnings caused by missing child (no-changelog) (#17372)

This commit is contained in:
Suguru Inoue
2025-07-17 09:50:18 +02:00
committed by GitHub
parent 550339ed18
commit 436ec864d8
5 changed files with 18 additions and 16 deletions

View File

@@ -515,6 +515,7 @@ watch(
@mouseleave="onMouseLeaveCell"
>
<N8nTooltip
v-if="tableData.metadata.data[index1]"
:content="
i18n.baseText('runData.table.viewSubExecution', {
interpolate: {
@@ -526,7 +527,6 @@ watch(
:hide-after="0"
>
<N8nIconButton
v-if="tableData.metadata.data[index1]"
v-show="showExecutionLink(index1)"
element="a"
type="secondary"
@@ -681,6 +681,7 @@ watch(
@mouseleave="onMouseLeaveCell"
>
<N8nTooltip
v-if="tableData.metadata.data[index1]"
:content="
i18n.baseText('runData.table.viewSubExecution', {
interpolate: {
@@ -692,7 +693,6 @@ watch(
:hide-after="0"
>
<N8nIconButton
v-if="tableData.metadata.data[index1]"
v-show="showExecutionLink(index1)"
element="a"
type="secondary"