mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
change review comment (#3128)
This commit is contained in:
@@ -32,7 +32,6 @@ class ReviewComments extends React.Component {
|
||||
|
||||
listComments = (scroll) => {
|
||||
seafileAPI.listComments(draftRepoID, draftFilePath).then((response) => {
|
||||
response.data.comments.reverse();
|
||||
let commentList = [];
|
||||
response.data.comments.forEach(item => {
|
||||
let commentItem = new reviewComment(item);
|
||||
|
Reference in New Issue
Block a user