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 bed2102 commit fbc26caCopy full SHA for fbc26ca
js/modules/presets.js
@@ -234,7 +234,7 @@ const editPreset = (index) => {
234
preSettings[key].forEach((val) => {
235
if (val === "") return;
236
if (key === 'namespaces') {
237
- if (typeof nsList[val] !== "undefined") val = nsList[val];
+ if (typeof nsNameList[val] !== "undefined") val = nsNameList[val];
238
else val = "Other (" + val + ")";
239
}
240
var ul = document.getElementById(listId);
0 commit comments