Unverified Commit e3579f33 authored by pythongosssss's avatar pythongosssss Committed by GitHub
Browse files

Fix merge issue breaking api json loading (#3876)

parent edfce78c
...@@ -2321,7 +2321,6 @@ export class ComfyApp { ...@@ -2321,7 +2321,6 @@ export class ComfyApp {
node.id = isNaN(+id) ? id : +id; node.id = isNaN(+id) ? id : +id;
node.title = data._meta?.title ?? node.title node.title = data._meta?.title ?? node.title
app.graph.add(node); app.graph.add(node);
graph.add(node);
} }
this.changeWorkflow(() => { this.changeWorkflow(() => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment