mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ShareDialogChooser.instance.show({ potential_outputs, potential_output_nodes });
|
ShareDialog.instance.show({ potential_outputs, potential_output_nodes });
|
||||||
this.close();
|
this.close();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user