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

Update lib-content-toolbar.js

This commit is contained in:
Michael An
2019-05-30 14:13:23 +08:00
parent fed0b0ca00
commit 6fa42daacc

View File

@@ -47,6 +47,8 @@ const propTypes = {
// selected menu
onFilesTagChanged: PropTypes.func.isRequired, // for mutiple select toolbar
updateDirent: PropTypes.func.isRequired,
unSelectDirent: PropTypes.func,
currentRepoInfo: PropTypes.object,
};
class LibContentToolbar extends React.Component {