mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
refactor: tab rules
This commit is contained in:
@@ -392,7 +392,7 @@ Categories.buildForSelectCategories = function (categories, fields, parentCid) {
|
||||
rootCategories.forEach(category => recursive(category, categoriesData, '', 0));
|
||||
|
||||
const pickFields = [
|
||||
'cid', 'name', 'level', 'icon', 'parentCid',
|
||||
'cid', 'name', 'level', 'icon', 'parentCid',
|
||||
'color', 'bgColor', 'backgroundImage', 'imageClass',
|
||||
];
|
||||
fields = fields || [];
|
||||
|
||||
Reference in New Issue
Block a user