Skip to content

Commit a00ca19

Browse files
committed
feat: update flow type reference in DFlow view to use a specific identifier
1 parent 80e9ac2 commit a00ca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/d-flow/DFlow.view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class FlowView {
163163
nodes: this._nodes?.map(node => node.jsonInput()),
164164
settings: this._settings?.map(setting => setting.jsonInput()),
165165
startingNodeId: this._startingNodeId,
166-
type: this._type?.id
166+
type: `gid://sagittarius/FlowType/1`
167167

168168
}
169169
}

0 commit comments

Comments
 (0)