Skip to content

Commit

Permalink
fix(core): Fix error on missing paired item data (#7399)
Browse files Browse the repository at this point in the history
<img width="1015" alt="Capture 2023-10-11 at 10 07 02@2x"
src="https://github.com/n8n-io/n8n/assets/44588767/0305f62d-0a7b-4ce7-b78f-a8d8454e2532">
  • Loading branch information
ivov authored Oct 11, 2023
1 parent 53c3379 commit 47e8953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflow/src/WorkflowDataProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export class WorkflowDataProxy {
' <a target="_blank" href="https://docs.n8n.io/data/data-mapping/data-item-linking/item-linking-errors/">More info</a>';

context.description += moreInfoLink;
context.descriptionTemplate += moreInfoLink;
if (context.descriptionTemplate) context.descriptionTemplate += moreInfoLink;
}
}

Expand Down

0 comments on commit 47e8953

Please sign in to comment.