mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
Update wiki (#2313)
* [wiki] show all files * [wiki]update choose repo as wiki
This commit is contained in:
@@ -100,8 +100,6 @@ class TreeNodeView extends React.Component {
|
||||
paddingLeft: this.props.paddingLeft
|
||||
};
|
||||
var l = node.children.sort(sortByType);
|
||||
l = l.filter((node) => { return node.type == "dir" || node.isMarkdown(); })
|
||||
|
||||
/*
|
||||
the `key` property is needed. Otherwise there is a warning in the console
|
||||
*/
|
||||
|
Reference in New Issue
Block a user