Skip to content
Snippets Groups Projects
Commit 1c4bd194 authored by Bruno Boiget's avatar Bruno Boiget
Browse files

fix(group): fix error when removing a group from it's edition page

parent 314069d7
No related branches found
No related tags found
Loading
Pipeline #16510 passed
......@@ -115,7 +115,7 @@ const GroupsUsersList = (props) => {
};
useEffect(() => {
if (ready === true && group) {
if (ready === true && group?.name) {
const usersField = `${userRole}s`;
const groupUsers = {};
users.forEach((entry) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment