1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 03:10:45 +00:00

Merge pull request #7520 from haiwen/fix-warnings

fix warnings
This commit is contained in:
Jerry Ren 2025-02-25 17:00:33 +08:00 committed by GitHub
commit 453deac354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ const TagFilesToolbar = ({ currentRepoInfo }) => {
return () => {
unsubscribeSelectedFileIds && unsubscribeSelectedFileIds();
};
}, []);
}, [eventBus]);
return (
<div className="selected-dirents-toolbar">