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

[fix] related-dailog (#2863)

This commit is contained in:
Michael An
2019-01-21 16:55:35 +08:00
committed by Daniel Pan
parent 405dfc9eeb
commit 910bdaa484
3 changed files with 3 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ import { gettext } from '../../utils/constants';
import { seafileAPI } from '../../utils/seafile-api';
import { Utils } from '../../utils/utils';
import FileChooser from '../file-chooser/file-chooser';
import '../../css/dirent-detail.css';
const propTypes = {
repoID: PropTypes.string.isRequired,