mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-05-10 17:25:48 +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…
x
Reference in New Issue
Block a user