We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801891d commit 7a0daedCopy full SHA for 7a0daed
ui/src/workflow/nodes/loop-node/index.ts
@@ -1,9 +1,12 @@
1
import LoopNode from './index.vue'
2
import { AppNode, AppNodeModel } from '@/workflow/common/app-node'
3
import { WorkflowType } from '@/enums/application'
4
+
5
class LoopNodeView extends AppNode {
6
constructor(props: any) {
7
+ const config = props.model.properties.config
8
super(props, LoopNode)
9
+ props.model.properties.config = config
10
}
11
12
class LoopModel extends AppNodeModel {
0 commit comments