1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

add comment in dirent detail

This commit is contained in:
Michael An
2019-06-24 15:44:22 +08:00
parent 2e741334e5
commit c884dfc2ed
7 changed files with 10 additions and 11 deletions

View File

@@ -4,7 +4,6 @@ import { processor } from '../../utils/seafile-markdown2html';
import { Button, Dropdown, DropdownToggle, DropdownMenu, DropdownItem } from 'reactstrap';
import { seafileAPI } from '../../utils/seafile-api';
import { gettext, draftFilePath, draftRepoID } from '../../utils/constants';
import Loading from '../../components/loading.js';
import { username } from '../../utils/constants.js';
import '../../css/review-comments.css';