1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-11 03:41:12 +00:00
This commit is contained in:
Michael18811380328
2018-12-12 11:52:50 +08:00
parent c481ce26d1
commit 7ba53ba76c
2 changed files with 6 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ const viewerPropTypes = {
lastModified: PropTypes.string,
latestContributor: PropTypes.string,
markdownContent: PropTypes.string,
onContentRendered: PropTypes.func,
onContentRendered: PropTypes.func.isRequired,
activeTitleIndex: PropTypes.number
};