Fix settings tab 500 and env config grouping in UI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 20:33:31 +08:00
parent aa966114b1
commit 68e03ccd97
7 changed files with 63 additions and 11 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
section.appendChild(title);
const grid = document.createElement("div");
grid.className = "display-prefs-checks";
(group.keys || []).forEach((item) => {
(group.items || []).forEach((item) => {
const label = document.createElement("label");
label.className = "chk-label";
const cb = document.createElement("input");