mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
use constructor bound methods for org view
This commit is contained in:
parent
afcfd1640e
commit
6446e45165
@ -27,6 +27,8 @@ class OrganizationView extends Component {
|
||||
loading: false,
|
||||
mounted: false
|
||||
};
|
||||
|
||||
this.fetchOrganization = this.fetchOrganization.bind(this);
|
||||
}
|
||||
|
||||
componentDidMount () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user