Commit d7638c47 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix ui inconsistency.

parent fa962e86
......@@ -480,7 +480,7 @@ class ComfyList {
hide() {
this.element.style.display = "none";
this.button.textContent = "See " + this.#text;
this.button.textContent = "View " + this.#text;
}
toggle() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment