From ddf64ba12beac6c9ab5269e3ee45331c901e6984 Mon Sep 17 00:00:00 2001 From: Ping <5123601+pingren@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:03:33 +0800 Subject: [PATCH] fix: typo in handleShowShareDialog --- js/comfyui-share-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/comfyui-share-common.js b/js/comfyui-share-common.js index 6f99d74d..42b514e6 100644 --- a/js/comfyui-share-common.js +++ b/js/comfyui-share-common.js @@ -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(); }); }