diff --git a/src/api/treeTrackerApi.js b/src/api/treeTrackerApi.js index 0ca6d7ede..44d836176 100644 --- a/src/api/treeTrackerApi.js +++ b/src/api/treeTrackerApi.js @@ -381,7 +381,7 @@ export default { getOrganizations() { const query = `${ process.env.REACT_APP_API_ROOT - }/api/${getOrganization()}organizations?filter[where][type]=O`; + }/api/${getOrganization()}organizations?filter[where][type]=O&filter[order]=name`; console.log('GET ORGANIZATIONS -----', query);