mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 05:39:59 +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.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