Skip to content

Commit

Permalink
feat(editor): Don't show Sub-Workflow id for RunDataAi 'View Executio…
Browse files Browse the repository at this point in the history
…n' link (no-changelog) (#12578)
  • Loading branch information
CharlieKolb authored Jan 13, 2025
1 parent c8e3c53 commit 89f93fd
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 89f93fd

Please sign in to comment.