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

use inner link

This commit is contained in:
Michael An
2019-04-24 16:37:42 +08:00
parent abff0ecad5
commit e95a2cedb8
3 changed files with 6 additions and 16 deletions

View File

@@ -37,7 +37,7 @@ const MoreMenuPropTypes = {
isSmallScreen: PropTypes.bool,
toggleShareLinkDialog: PropTypes.func,
backToParentDirectory: PropTypes.func,
showFileHistory: PropTypes.func,
showFileHistory: PropTypes.bool,
toggleHistory: PropTypes.func,
};