mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-11 03:41:12 +00:00
optimize menu show&hide (#5481)
This commit is contained in:
@@ -39,7 +39,7 @@ const propTypes = {
|
||||
onItemsDelete: PropTypes.func.isRequired,
|
||||
onFileTagChanged: PropTypes.func,
|
||||
showDirentDetail: PropTypes.func.isRequired,
|
||||
loadDirentList: PropTypes.func.isRequired,
|
||||
loadDirentList: PropTypes.func,
|
||||
};
|
||||
|
||||
class DirListView extends React.Component {
|
||||
|
Reference in New Issue
Block a user