1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

[add]related-files and file-tags (#2829)

This commit is contained in:
Michael An
2019-01-16 11:49:00 +08:00
committed by Daniel Pan
parent 9a53cccd2f
commit 0af388d974
5 changed files with 176 additions and 23 deletions

View File

@@ -4,6 +4,7 @@ import { Button, Modal, ModalHeader, ModalBody, ModalFooter } from 'reactstrap';
import { gettext } from '../../utils/constants';
import { seafileAPI } from '../../utils/seafile-api';
import RepoTag from '../../models/repo-tag';
require('../../css/repo-tag.css');
const TagItemPropTypes = {
repoTag: PropTypes.object.isRequired,