mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 05:10:48 +08:00
wip
This commit is contained in:
parent
c25b2bd1e9
commit
5da730dd8b
@ -172,11 +172,6 @@ export class ShareDialog extends ComfyDialog {
|
|||||||
|
|
||||||
// Change the text of the share button to "Sharing..." to indicate that the share process has started
|
// Change the text of the share button to "Sharing..." to indicate that the share process has started
|
||||||
this.share_button.textContent = "Sharing...";
|
this.share_button.textContent = "Sharing...";
|
||||||
console.log({
|
|
||||||
potential_outputs,
|
|
||||||
potential_output_nodes,
|
|
||||||
selectedOutputIndex: this.selectedOutputIndex,
|
|
||||||
})
|
|
||||||
|
|
||||||
const response = await api.fetchApi(`/manager/share`, {
|
const response = await api.fetchApi(`/manager/share`, {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user