mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-01-23 22:14:24 +08:00
fix: typo in handleShowShareDialog
This commit is contained in:
parent
407f9b899e
commit
ddf64ba12b
@ -196,7 +196,7 @@ export class ShareDialogChooser extends ComfyDialog {
|
||||
return;
|
||||
}
|
||||
|
||||
ShareDialogChooser.instance.show({ potential_outputs, potential_output_nodes });
|
||||
ShareDialog.instance.show({ potential_outputs, potential_output_nodes });
|
||||
this.close();
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user