1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +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

View File

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