From c9e2893cbb8619d2d7ba61db5f217086a6205afd Mon Sep 17 00:00:00 2001 From: WAS Date: Mon, 27 Mar 2023 11:09:44 -0700 Subject: [PATCH] Update ui.js --- web/scripts/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scripts/ui.js b/web/scripts/ui.js index f78f06c6e..5a37f3bf3 100644 --- a/web/scripts/ui.js +++ b/web/scripts/ui.js @@ -380,7 +380,7 @@ export class ComfyUI { }), $el("button", { textContent: "Load", className: "comfy-load-btn", onclick: () => fileInput.click() }), $el("button", { textContent: "Clear", className: "comfy-clear-btn", onclick: () => app.graph.clear() }), - $el("button", { textContent: "Refresh", className: "comfy-refresh-btn" onclick: () => app.refreshComboInNodes() }), + $el("button", { textContent: "Refresh", className: "comfy-refresh-btn" onclick: () => app.refreshComboInNodes() }), $el("button", { textContent: "Load Default", className: "comfy-load-default-btn", onclick: () => app.loadGraphData() }), ]);