Fix the people tag.

This commit is contained in:
gaba
2017-02-28 22:10:14 -08:00
parent da3c812dc1
commit 6dfd3fc4ef
3 changed files with 28 additions and 48 deletions
@@ -13,6 +13,7 @@ import {
import coralApi from '../../../coral-framework/helpers/response';
export const fetchAccounts = (query = {}) => dispatch => {
dispatch(requestFetchAccounts());
coralApi(`/users?${qs.stringify(query)}`)
.then(({result, page, count, limit, totalPages}) =>{