mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
change type to category
This commit is contained in:
@@ -6,7 +6,7 @@ export default function groupByCategory(
|
||||
): PluginGroup[] {
|
||||
let groups = {};
|
||||
for (let plugin of plugins) {
|
||||
const groupName = plugin.type;
|
||||
const groupName = plugin.category;
|
||||
|
||||
let group = groups[groupName];
|
||||
if (!group) {
|
||||
|
||||
Reference in New Issue
Block a user