diff --git a/jams-react-client/src/views/Groups/Groups.js b/jams-react-client/src/views/Groups/Groups.js index b1c93cc6878090f74afe7322688c68f3c80a0e17..6c2abb482cfcd0eebe15746a25f8346133f9f58a 100644 --- a/jams-react-client/src/views/Groups/Groups.js +++ b/jams-react-client/src/views/Groups/Groups.js @@ -135,7 +135,7 @@ export default function Groups() { history.push('/') } }); - axios(configApiCall(api_path_blueprints+"?groupName=*", 'GET', null, null)).then((response) => { + axios(configApiCall(api_path_blueprints+"?name=*", 'GET', null, null)).then((response) => { setBlueprints(response.data) }).catch((error) =>{ console.log(error);