mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
use constructor bound methods for org view
This commit is contained in:
@@ -27,6 +27,8 @@ class OrganizationView extends Component {
|
|||||||
loading: false,
|
loading: false,
|
||||||
mounted: false
|
mounted: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
this.fetchOrganization = this.fetchOrganization.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount () {
|
componentDidMount () {
|
||||||
|
|||||||
Reference in New Issue
Block a user