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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user