mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-14 20:11:48 -05:00
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