update split field guide view into categories
This commit is contained in:
@@ -181,7 +181,8 @@ module.exports = {
|
||||
return {
|
||||
name: elem.name,
|
||||
dashedName: elem.dashedName,
|
||||
id: elem.id
|
||||
id: elem.id,
|
||||
category: elem.category
|
||||
};
|
||||
});
|
||||
return allFieldGuideNames;
|
||||
|
Reference in New Issue
Block a user