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