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 a83393d commit ff7551cCopy full SHA for ff7551c
src/js/tabs/auxiliary.js
@@ -110,7 +110,7 @@ function getCategoryNames(table, buildKey) {
110
function createCategorySelect(table, map) {
111
let categorySelect = $('select.auxiliary_category_select');
112
113
- const categoryNameObj = getConfig('auxiliaryCategoryNameList'); // read user pre selected categories
+ const categoryNameObj = getConfig('auxiliaryCategoryNameList', ''); // read user pre selected categories
114
let categoryNameList = categoryNameObj.auxiliaryCategoryNameList;
115
if (categoryNameList.length == 0) {
116
categoryNameList = getCategoryNames(table, 'all'); // empty choise -> select names from 'all' category
0 commit comments