mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Combine view mode (#2959)
This commit is contained in:
@@ -11,7 +11,7 @@ const propTypes = {
|
||||
onTabNavClick: PropTypes.func,
|
||||
pathPrefix: PropTypes.array,
|
||||
repoID: PropTypes.string.isRequired,
|
||||
isViewFile: PropTypes.bool.isRequired,
|
||||
isViewFile: PropTypes.bool,
|
||||
};
|
||||
|
||||
class DirPath extends React.Component {
|
||||
|
Reference in New Issue
Block a user