Fix issue with new dropdowns

This commit is contained in:
yflory 2024-03-15 14:27:38 +01:00
parent 25098e20de
commit 7d141f919e

View File

@ -134,7 +134,7 @@ define([
content: h('span', Messages['support_cat_'+key]),
attributes: { 'data-value': key }
};
});
}).filter(Boolean);
var dropdownCfg = {
text: Messages.support_category,
angleDown: 1,