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

org user gettext

This commit is contained in:
Michael An
2019-04-26 14:02:19 +08:00
parent d9345e1c8b
commit f9e451de7e
2 changed files with 9 additions and 10 deletions

View File

@@ -115,7 +115,7 @@ class OrgLibraries extends Component {
deleteRepoItem={this.deleteRepoItem}
transferRepoItem={this.transferRepoItem}
/>
)}
);}
)}
</tbody>
</table>
@@ -132,9 +132,8 @@ class OrgLibraries extends Component {
}
const propTypes = {
key: PropTypes.number.isRequired,
repo: PropTypes.object.isRequired,
isItemFreezed: PropTypes.boolean,
isItemFreezed: PropTypes.bool,
onFreezedItem: PropTypes.func.isRequired,
onUnfreezedItem: PropTypes.func.isRequired,
deleteRepoItem: PropTypes.func.isRequired,