1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00
This commit is contained in:
r350178982
2024-10-22 17:53:40 +08:00
parent 5d8b3f71ac
commit 28eb36e55c
2 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ const propTypes = {
onMonitorRepo: PropTypes.func,
theadHidden: PropTypes.bool,
inAllLibs: PropTypes.bool,
onTransferRepo: PropTypes.func,
};
class SharedRepoListView extends React.Component {