1
0
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:
杨国璇
2024-08-16 20:31:34 +08:00
parent 7a47c647a2
commit 46e8aac5c6
2 changed files with 2 additions and 2 deletions

View File

@@ -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 &&