Address PR review comments.

This commit is contained in:
kialam
2018-11-13 09:53:36 -05:00
parent 44e9d3919d
commit 03f6e52cf1
6 changed files with 18 additions and 18 deletions

View File

@@ -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 });
}