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

repair file-chooser bug (#2813)

This commit is contained in:
杨顺强
2019-01-10 18:34:56 +08:00
committed by Daniel Pan
parent 105afaa549
commit 6117d7edb2

View File

@@ -36,9 +36,9 @@ class DirentListView extends React.Component {
direntList.push(dirent);
}
}
direntList = Utils.sortDirents(direntList, 'name', 'asc');
this.setState({direntList: direntList});
});
direntList = Utils.sortDirents(direntList, 'name', 'asc');
this.setState({direntList: direntList});
});
}