1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +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,10 +36,10 @@ class DirentListView extends React.Component {
direntList.push(dirent); direntList.push(dirent);
} }
} }
});
direntList = Utils.sortDirents(direntList, 'name', 'asc'); direntList = Utils.sortDirents(direntList, 'name', 'asc');
this.setState({direntList: direntList}); this.setState({direntList: direntList});
}); });
});
} }
render() { render() {