mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +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
|
||||
this.share_button.textContent = "Sharing...";
|
||||
console.log({
|
||||
potential_outputs,
|
||||
potential_output_nodes,
|
||||
selectedOutputIndex: this.selectedOutputIndex,
|
||||
})
|
||||
|
||||
const response = await api.fetchApi(`/manager/share`, {
|
||||
method: 'POST',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user