1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 14:21:23 +00:00

feat: metadata multiple select

This commit is contained in:
杨国璇
2024-08-16 18:56:41 +08:00
committed by 杨国璇
parent 0142fe448a
commit 7a47c647a2
46 changed files with 900 additions and 75 deletions

View File

@@ -17,7 +17,7 @@ const DirViews = ({ userPerm, repoID, currentPath, currentRepoInfo }) => {
return [
{ key: 'extended-properties', value: gettext('Extended properties') }
];
}, [enableMetadataManagement, userPerm]);
}, [enableMetadataManagement, currentRepoInfo]);
const moreOperationClick = useCallback((operationKey) => {
if (operationKey === 'extended-properties') {