mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
one org teams rename spelling issue
This commit is contained in:
@@ -59,7 +59,7 @@ class OrganizationTeamsList extends React.Component {
|
|||||||
this.readOrganizationTeamsList = this.readOrganizationTeamsList.bind(this);
|
this.readOrganizationTeamsList = this.readOrganizationTeamsList.bind(this);
|
||||||
this.handleSetPage = this.handleSetPage.bind(this);
|
this.handleSetPage = this.handleSetPage.bind(this);
|
||||||
this.handleSort = this.handleSort.bind(this);
|
this.handleSort = this.handleSort.bind(this);
|
||||||
this.reatQueryParams = this.readQueryParams.bind(this);
|
this.readQueryParams = this.readQueryParams.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
|
|||||||
Reference in New Issue
Block a user