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:
@@ -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});
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user