feat(editor): Don't show Sub-Workflow id for RunDataAi 'View Execution' link (no-changelog) (#12578)

This commit is contained in:
Charlie Kolb 2025-01-13 16:23:31 +01:00 committed by GitHub
parent c8e3c5399e
commit 89f93fd20a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,13 +148,7 @@ const outputError = computed(() => {
@click.stop="trackOpeningRelatedExecution(runMeta, 'ai')"
>
<N8nIcon icon="external-link-alt" size="xsmall" />
{{
i18n.baseText('runData.openSubExecutionWithId', {
interpolate: {
id: runMeta.subExecution?.executionId,
},
})
}}
{{ i18n.baseText('runData.openSubExecutionSingle') }}
</a>
</li>
<li v-if="(consumedTokensSum?.totalTokens ?? 0) > 0" :class="$style.tokensUsage">