fix(editor): Add debug feature docs link (#7240)

This commit is contained in:
Csaba Tuncsik
2023-09-22 13:27:08 +02:00
committed by GitHub
parent 647fc6c555
commit 4614e1e1c9
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const i18n = useI18n();
<n8n-text>
{{ i18n.baseText('executionsList.debug.paywall.content') }}
<br />
<n8n-link :to="i18n.baseText('executionsList.debug.paywall.link.url')">
<n8n-link :to="i18n.baseText('executionsList.debug.paywall.link.url')" new-window>
{{ i18n.baseText('executionsList.debug.paywall.link.text') }}
</n8n-link>
</n8n-text>