Skip to content

Commit ad8e0cc

Browse files
Merge branch 'default-replace-name' of https://github.com/pythongosssss/ComfyUI
2 parents d6a3c0d + a351622 commit ad8e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/extensions/core/saveImageExtraOutput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ app.registerExtension({
9090
const r = onNodeCreated ? onNodeCreated.apply(this, arguments) : undefined;
9191

9292
if (!this.properties || !("Node name for S&R" in this.properties)) {
93-
this.addProperty("Node name for S&R", this.title, "string");
93+
this.addProperty("Node name for S&R", this.constructor.type, "string");
9494
}
9595

9696
return r;

0 commit comments

Comments
 (0)