mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
refactor(editor): Fix warnings caused by missing child (no-changelog) (#17372)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user