add reversibility on category level
This commit is contained in:
@@ -74,7 +74,7 @@ function convertCategoryToNode(
|
||||
text: category.name,
|
||||
children,
|
||||
documentationUrls: category.documentationUrls,
|
||||
isReversible: false,
|
||||
isReversible: children && children.every((child) => child.isReversible),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user