mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
fix warnings
This commit is contained in:
@@ -100,7 +100,7 @@ const TagFilesToolbar = ({ currentRepoInfo }) => {
|
||||
return () => {
|
||||
unsubscribeSelectedFileIds && unsubscribeSelectedFileIds();
|
||||
};
|
||||
}, []);
|
||||
}, [eventBus]);
|
||||
|
||||
return (
|
||||
<div className="selected-dirents-toolbar">
|
||||
|
Reference in New Issue
Block a user