Skip to content

Commit

Permalink
fix(CompareDatasets Node): removed quotes from branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency committed Oct 19, 2022
1 parent 6a1838d commit 263794c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class CompareDatasets implements INodeType {
inputNames: ['Input 1', 'Input 2'],
// eslint-disable-next-line n8n-nodes-base/node-class-description-outputs-wrong
outputs: ['main', 'main', 'main', 'main'],
outputNames: ["'In 1 only'", "'Same'", "'Different'", "'In 2 only'"],
outputNames: ['In 1 only', 'Same', 'Different', 'In 2 only'],
properties: [
{
displayName: 'Fields to Match',
Expand Down

0 comments on commit 263794c

Please sign in to comment.