mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 06:44:16 +00:00
feat: update code
This commit is contained in:
@@ -62,7 +62,7 @@ const FileDetails = React.memo(({ repoID, repoInfo, dirent, path, direntDetail,
|
||||
</div>
|
||||
</DetailItem>
|
||||
)}
|
||||
{window.app.pageOptions.enableMetadataManagement && (
|
||||
{window.app.pageOptions.enableMetadataManagement && enableMetadata && (
|
||||
<MetadataDetails repoID={repoID} filePath={direntPath} repoInfo={repoInfo} direntType="file" />
|
||||
)}
|
||||
{isEditFileTagShow &&
|
||||
|
Reference in New Issue
Block a user