feat: ensure open in comfy ui will carry over the auth token
This commit is contained in:
@@ -402,7 +402,7 @@ export function OpenEditButton({
|
||||
onClick={async () => {
|
||||
setIsLoading(true);
|
||||
const url = await callServerPromise(
|
||||
editWorkflowOnMachine(workflow_version_id, machine),
|
||||
editWorkflowOnMachine(machine, workflow_version_id),
|
||||
);
|
||||
if (url && typeof url !== "object") {
|
||||
window.open(url, "_blank");
|
||||
|
||||
Reference in New Issue
Block a user