mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 19:18:13 -03:30
Address PR review comments.
This commit is contained in:
@@ -19,7 +19,7 @@ class Organizations extends Component {
|
||||
}
|
||||
|
||||
async componentDidMount () {
|
||||
const { data } = await api.BaseGet(API_ORGANIZATIONS);
|
||||
const { data } = await api.get(API_ORGANIZATIONS);
|
||||
this.setState({ organizations: data.results });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user