fix: typo
This commit is contained in:
parent
f7f9da7f68
commit
c511789056
@ -304,8 +304,8 @@ export class ConfigDialog extends ComfyDialog {
|
|||||||
}
|
}
|
||||||
|
|
||||||
save() {
|
save() {
|
||||||
const endpoint = this.textElement.querySelector("#endpoint").value;
|
const endpoint = this.container.querySelector("#endpoint").value;
|
||||||
const apiKey = this.textElement.querySelector("#apiKey").value;
|
const apiKey = this.container.querySelector("#apiKey").value;
|
||||||
localStorage.setItem("endpoint", endpoint);
|
localStorage.setItem("endpoint", endpoint);
|
||||||
localStorage.setItem("apiKey", apiKey);
|
localStorage.setItem("apiKey", apiKey);
|
||||||
this.close();
|
this.close();
|
||||||
|
@ -100,7 +100,7 @@ export const createRun = withServerPromise(
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
workflow_run_id: workflow_run[0].id,
|
workflow_run_id: workflow_run[0].id,
|
||||||
message: "Successfully workflow run",
|
message: "Successful workflow run",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user