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

optimization code

This commit is contained in:
zxj96
2019-05-29 14:43:22 +08:00
parent 8eba860bcb
commit 835fcb8ddb
2 changed files with 7 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ class MyLibraries extends Component {
isLoading: true,
repoList: [],
isShowDetails: false,
sortBy: cookie.load('seafile-repo-dir-sort-by') || 'name', // 'name' or 'time' or size
sortBy: cookie.load('seafile-repo-dir-sort-by') || 'name', // 'name' or 'time' or 'size'
sortOrder: cookie.load('seafile-repo-dir-sort-order') || 'asc', // 'asc' or 'desc'
};