Skip to content

Commit fbc26ca

Browse files
Update presets.js
1 parent bed2102 commit fbc26ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/modules/presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const editPreset = (index) => {
234234
preSettings[key].forEach((val) => {
235235
if (val === "") return;
236236
if (key === 'namespaces') {
237-
if (typeof nsList[val] !== "undefined") val = nsList[val];
237+
if (typeof nsNameList[val] !== "undefined") val = nsNameList[val];
238238
else val = "Other (" + val + ")";
239239
}
240240
var ul = document.getElementById(listId);

0 commit comments

Comments
 (0)