fix: descriptor port
This commit is contained in:
@@ -44,7 +44,7 @@ WHILE_FORM_DESCRIPTOR = FormDescriptor(
|
||||
name="condition_row",
|
||||
type="row",
|
||||
label="Parameter",
|
||||
link_port=LinkPort(id="then_output", label="Then"),
|
||||
link_port=LinkPort(id=0, label="Then"),
|
||||
elements=[
|
||||
AreaElement(
|
||||
name="condition",
|
||||
@@ -58,7 +58,7 @@ WHILE_FORM_DESCRIPTOR = FormDescriptor(
|
||||
name="else_row",
|
||||
type="row",
|
||||
label="Alternative path",
|
||||
link_port=LinkPort(id="else_output", label="Else"),
|
||||
link_port=LinkPort(id=0, label="Else"),
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user