1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 03:41:12 +00:00

improved component commit-details.js (#4236)

This commit is contained in:
llj
2019-11-07 15:24:19 +08:00
committed by Daniel Pan
parent fda3c6a925
commit 5f6ecc42c3
3 changed files with 5 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ import { seafileAPI } from '../../utils/seafile-api';
import { Utils } from '../../utils/utils';
import Loading from '../loading';
import '../../css/commit-details.css';
const propTypes = {
repoID: PropTypes.string.isRequired,
commitID: PropTypes.string.isRequired,