1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

show reviewer avatar (#2514)

This commit is contained in:
C_Q
2018-11-14 11:02:07 +08:00
committed by Daniel Pan
parent 360bd739ce
commit 6f690e6ba3
6 changed files with 104 additions and 49 deletions

View File

@@ -123,10 +123,6 @@ class EditorUtilities {
return seafileAPI.createDraftReview(id);
}
listReviews() {
return seafileAPI.listReviews();
}
}
const editorUtilities = new EditorUtilities();