fix: typo in handleShowShareDialog

This commit is contained in:
Ping 2023-11-18 09:03:33 +08:00
parent 407f9b899e
commit ddf64ba12b

View File

@ -196,7 +196,7 @@ export class ShareDialogChooser extends ComfyDialog {
return; return;
} }
ShareDialogChooser.instance.show({ potential_outputs, potential_output_nodes }); ShareDialog.instance.show({ potential_outputs, potential_output_nodes });
this.close(); this.close();
}); });
} }