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:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user