1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

feat: optimize code

This commit is contained in:
杨国璇
2024-11-15 16:08:46 +08:00
parent a629d1c07c
commit 5a7e25740f
16 changed files with 240 additions and 264 deletions

View File

@@ -130,6 +130,7 @@ export const MetadataViewProvider = ({
isLoading,
metadata,
store: storeRef.current,
isDirentDetailShow: params.isDirentDetailShow,
deleteFilesCallback: params.deleteFilesCallback,
renameFileCallback: params.renameFileCallback,
updateCurrentDirent: params.updateCurrentDirent,