1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-04 16:31:13 +00:00

repair code

This commit is contained in:
王健辉
2019-05-29 16:25:40 +08:00
parent 765fc0e9ca
commit eafbaeed0d

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 {