mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 23:34:45 +00:00
feat: metadata insert property permission bug (#7283)
Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -157,7 +157,7 @@ class FileView extends React.Component {
|
||||
}
|
||||
{this.props.content}
|
||||
{isDetailsPanelOpen && (
|
||||
<MetadataStatusProvider repoID={repoID} currentRepoInfo={repoInfo}>
|
||||
<MetadataStatusProvider repoID={repoID} repoInfo={repoInfo}>
|
||||
<CollaboratorsProvider repoID={repoID}>
|
||||
<TagsProvider repoID={repoID} repoInfo={repoInfo}>
|
||||
<EmbeddedFileDetails
|
||||
|
Reference in New Issue
Block a user