feat(editor): Implement custom edge to support loops (no-changelog) (#10171)
Co-authored-by: Alex Grozav <alex@grozav.com>
This commit is contained in:
@@ -12,6 +12,7 @@ import { NodeConnectionType } from 'n8n-workflow';
|
||||
export function createCanvasNodeData({
|
||||
id = 'node',
|
||||
name = 'Test Node',
|
||||
subtitle = 'Test Node Subtitle',
|
||||
type = 'test',
|
||||
typeVersion = 1,
|
||||
disabled = false,
|
||||
@@ -30,6 +31,7 @@ export function createCanvasNodeData({
|
||||
return {
|
||||
id,
|
||||
name,
|
||||
subtitle,
|
||||
type,
|
||||
typeVersion,
|
||||
execution,
|
||||
|
||||
Reference in New Issue
Block a user