"test/srt/git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "b121bc03a3c30888caeffd49e96d5ffef473edbf"
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