We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0105e commit 04d31b3Copy full SHA for 04d31b3
1 file changed
assets/js/extend.ts
@@ -75,7 +75,7 @@ type SettingSchema = Record<string, Setting>;
75
throw new Error("unknow key [" + key + "]");
76
}
77
78
- let id = settingNamePrefix + "_" + keys[0].toUpperCase();
+ let id = settingNamePrefix + keys[0].toUpperCase();
79
if (item.type === "multi-radio") {
80
if (keys.length === 1) {
81
0 commit comments