mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
fix: fileuploader display (#6761)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -15,7 +15,6 @@ const propTypes = {
|
||||
onPathClick: PropTypes.func.isRequired,
|
||||
onTabNavClick: PropTypes.func,
|
||||
pathPrefix: PropTypes.array,
|
||||
isViewFile: PropTypes.bool,
|
||||
fileTags: PropTypes.array.isRequired,
|
||||
toggleTreePanel: PropTypes.func.isRequired,
|
||||
repoEncrypted: PropTypes.bool.isRequired,
|
||||
|
@@ -12,7 +12,6 @@ const propTypes = {
|
||||
onPathClick: PropTypes.func.isRequired,
|
||||
onTabNavClick: PropTypes.func,
|
||||
pathPrefix: PropTypes.array,
|
||||
isViewFile: PropTypes.bool,
|
||||
fileTags: PropTypes.array.isRequired,
|
||||
toggleTreePanel: PropTypes.func.isRequired,
|
||||
direntList: PropTypes.array,
|
||||
@@ -64,7 +63,6 @@ class CurDirPath extends React.Component {
|
||||
userPerm={this.props.userPerm}
|
||||
onPathClick={this.props.onPathClick}
|
||||
onTabNavClick={this.props.onTabNavClick}
|
||||
isViewFile={this.props.isViewFile}
|
||||
fileTags={this.props.fileTags}
|
||||
toggleTreePanel={this.props.toggleTreePanel}
|
||||
enableDirPrivateShare={this.props.enableDirPrivateShare}
|
||||
|
Reference in New Issue
Block a user