mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: type
This commit is contained in:
parent
96f5faf6f5
commit
893eb5c42d
|
@ -546,7 +546,9 @@ watch(focusedMappableInput, (curr) => {
|
||||||
<N8nTooltip
|
<N8nTooltip
|
||||||
:content="
|
:content="
|
||||||
i18n.baseText('runData.table.inspectSubExecution', {
|
i18n.baseText('runData.table.inspectSubExecution', {
|
||||||
interpolate: { id: tableData.metadata.data[index1]?.subExecution.executionId },
|
interpolate: {
|
||||||
|
id: `${tableData.metadata.data[index1]?.subExecution.executionId}`,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
:hide-after="0"
|
:hide-after="0"
|
||||||
|
|
Loading…
Reference in a new issue