diff --git a/src/services/spaceService.js b/src/services/spaceService.js index be9d28ce0..33fd815ec 100644 --- a/src/services/spaceService.js +++ b/src/services/spaceService.js @@ -121,7 +121,7 @@ export function addGroupToWorkspace(spaceId, gid) { 'Error groups', `Impossible to attach the ${error} group to workspace. May be a problem with the connection ?`, 5000) - console.error(`Impossible to attach the ${gid} group to workspace. May be a problem with the connection ?`, error) + console.error(`Impossible to attach the group to workspace. May be a problem with the connection ?`, gid, error) throw new AddGroupToGroupfolderError('Error to add Space Manager group in the groupfolder') }) }