1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

Merge pull request #3575 from haiwen/fix-index-display

repair code
This commit is contained in:
王健辉
2019-05-29 16:30:35 +08:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ class Wiki extends Component {
if (hasIndex) {
this.loadIndexNode();
} else {
if (isDir === 'none') {
if (isDir === 'None') {
initialPath = '/';
this.loadNodeAndParentsByPath('/');
} else {